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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 展?鄭?B | 10010011010101110011111110010011010000010011111101000010 | 93573f93413f42 |
EUC-JP | 展?鄭?B | 11000101101110000011111111000101101000100011111101000010 | c5b83fc5a23f42 |
UTF-8 | 展렏鄭렏B | 11100101101100011001010111101011101000001000111111101001100001001010110111101011101000001000111101000010 | e5b195eba08fe984adeba08f42 |
UHC | 展렏鄭렏B | 111011101111011110001110101001011110111111110111100011101010010101000010 | eef78ea5eff78ea542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)