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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 蔬溽離B | 11100100111101001001111111100111100101111010001101000010 | e4f49fe797a342 |
EUC-JP | 蔬溽離B | 11101000111101101101111011101001110011101010010101000010 | e8f6dee9cea542 |
UTF-8 | 蔬溽離B | 11101000100101001010110011100110101110101011110111101001100110111010001001000010 | e894ace6babde99ba242 |
UHC | 蔬?離B | 111000011100101000111111110101111110111001000010 | e1ca3fd7ee42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)