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 | 11100101101100011001010111101011101000001011000111101001100001001010110111101011101000001011000101000010 | e5b195eba0b1e984adeba0b142 |
UHC | 展렱鄭렱B | 111011101111011110001110101111101110111111110111100011101011111001000010 | eef78ebeeff78ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)