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 | 雲?雲?^ | 10001001010111110011111110001001010111110011111101011110 | 895f3f895f3f5e |
EUC-JP | 雲?雲?^ | 10110001110000000011111110110001110000000011111101011110 | b1c03fb1c03f5e |
UTF-8 | 雲젖雲젖^ | 11101001100110111011001011101100101000001001011011101001100110111011001011101100101000001001011001011110 | e99bb2eca096e99bb2eca0965e |
UHC | 雲젖雲젖^ | 111010101010001111000001101001011110101010100011110000011010010101011110 | eaa3c1a5eaa3c1a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)