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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 一????? | 10001000111010100011111100111111001111110011111100111111 | 88ea3f3f3f3f3f |
EUC-JP | 一????? | 10110000111011000011111100111111001111110011111100111111 | b0ec3f3f3f3f3f |
UTF-8 | 一렯렩알롃렯 | 111001001011100010000000111010111010000010101111111010111010000010101001111011001001010110001100111010111010000110000011111010111010000010101111 | e4b880eba0afeba0a9ec958ceba183eba0af |
UHC | 一렯렩알롃렯 | 111011001110100110001110101111001000111010110111101111101100101110001110110010101000111010111100 | ece98ebc8eb7becb8eca8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)