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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??案?? | 001111110011111110001000110001000011111100111111 | 3f3f88c43f3f |
EUC-JP | ??案?? | 001111110011111110110000110001100011111100111111 | 3f3fb0c63f3f |
UTF-8 | 렰렩案렰렩 | 111010111010000010110000111010111010000010101001111001101010000110001000111010111010000010110000111010111010000010101001 | eba0b0eba0a9e6a188eba0b0eba0a9 |
UHC | 렰렩案렰렩 | 10001110101111011000111010110111111001001101000010001110101111011000111010110111 | 8ebd8eb7e4d08ebd8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)