To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 章ェ写璽 | 10001111110011011010101010001110110010101000111010100011 | 8fcdaa8eca8ea3 |
EUC-JP | 章ェ写璽 | 1011111011001111100011101010101010111100110011001011110010100101 | becf8eaabcccbca5 |
UTF-8 | 章ェ写璽 | 111001111010101110100000111011111011110110101010111001011000011010011001111001111001001010111101 | e7aba0efbdaae58699e792bd |
UHC | 章??璽 | 111011011111000100111111001111111101111111011110 | edf13f3fdfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)