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 | ?????LOF | 0011111100111111001111110011111100111111010011000100111101000110 | 3f3f3f3f3f4c4f46 |
SJIS-WIN | ?????LOF | 0011111100111111001111110011111100111111010011000100111101000110 | 3f3f3f3f3f4c4f46 |
EUC-JP | ?????LOF | 0011111100111111001111110011111100111111010011000100111101000110 | 3f3f3f3f3f4c4f46 |
UTF-8 | 채혩혡챠혧LOF | 111011001011000110000100111011011001100010101001111011011001100010100001111011001011000110100000111011011001100010100111010011000100111101000110 | ecb184ed98a9ed98a1ecb1a0ed98a74c4f46 |
UHC | 채혩혡챠혧LOF | 11000011101001001100001010010001110000101000101011000011101011011100001010001111010011000100111101000110 | c3a4c291c28ac3adc28f4c4f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)