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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 歪??宥?^ | 1001100001100011001111110011111110010111010001110011111101011110 | 98633f3f97473f5e |
EUC-JP | 歪??宥?^ | 1100111111000100001111110011111111001101101010000011111101011110 | cfc43f3fcda83f5e |
UTF-8 | 歪뺣ㅈ宥꿤^ | 11100110101011011010101011101011101110101010001111100011100001011000100011100101101011101010010111101010101111111010010001011110 | e6adaaebbaa3e38588e5aea5eabfa45e |
UHC | 歪뺣ㅈ宥꿤^ | 1110100011100000100101011110101110100100101110001110101011101001100001010110001101011110 | e8e095eba4b8eae985635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)