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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 爵軸爵軸^ | 100011101101110110001110101100101000111011011101100011101011001001011110 | 8edd8eb28edd8eb25e |
EUC-JP | 爵軸爵軸^ | 101111001101111110111100101101001011110011011111101111001011010001011110 | bcdfbcb4bcdfbcb45e |
UTF-8 | 爵軸爵軸^ | 11100111100010001011010111101000101110111011100011100111100010001011010111101000101110111011100001011110 | e788b5e8bbb8e788b5e8bbb85e |
UHC | 爵軸爵軸^ | 111011011100100111110101111011101110110111001001111101011110111001011110 | edc9f5eeedc9f5ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)