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 | ??禎?? | 001111110011111110010010111101010011111100111111 | 3f3f92f53f3f |
EUC-JP | 悰?禎?? | 1000111110111101111111000011111111000100111101110011111100111111 | 8fbdfc3fc4f73f3f |
UTF-8 | 悰렡禎렰롊 | 111001101000001010110000111010111010000010100001111001111010011010001110111010111010000010110000111010111010000110001010 | e682b0eba0a1e7a68eeba0b0eba18a |
UHC | 悰렡禎렰롊 | 11110000111101011000111010110010111011111110111010001110101111011000111011010000 | f0f58eb2efee8ebd8ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)