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 | ?\???MBB | 0011111101011100001111110011111100111111010011010100001001000010 | 3f5c3f3f3f4d4242 |
SJIS-WIN | ?\???MBB | 0011111101011100001111110011111100111111010011010100001001000010 | 3f5c3f3f3f4d4242 |
EUC-JP | ?\???MBB | 0011111101011100001111110011111100111111010011010100001001000010 | 3f5c3f3f3f4d4242 |
UTF-8 | 챔\혧챠혧MBB | 11101100101100011001010001011100111011011001100010100111111011001011000110100000111011011001100010100111010011010100001001000010 | ecb1945ced98a7ecb1a0ed98a74d4242 |
UHC | 챔\혧챠혧MBB | 110000111010100001011100110000101000111111000011101011011100001010001111010011010100001001000010 | c3a85cc28fc3adc28f4d4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)