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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 在?在?B | 10001101110111010011111110001101110111010011111101000010 | 8ddd3f8ddd3f42 |
EUC-JP | 在?在?B | 10111010110111110011111110111010110111110011111101000010 | badf3fbadf3f42 |
UTF-8 | 在렯在렯B | 11100101100111001010100011101011101000001010111111100101100111001010100011101011101000001010111101000010 | e59ca8eba0afe59ca8eba0af42 |
UHC | 在렯在렯B | 111011101010010010001110101111001110111010100100100011101011110001000010 | eea48ebceea48ebc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)