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 | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
SJIS-WIN | 其箪@其箪@B | 1001000110110100100100100101110001000000100100011011010010010010010111000100000001000010 | 91b4925c4091b4925c4042 |
EUC-JP | 其箪@其箪@B | 1100001010110110110000111011110101000000110000101011011011000011101111010100000001000010 | c2b6c3bd40c2b6c3bd4042 |
UTF-8 | 其箪@其箪@B | 111001011000010110110110111001111010111010101010010000001110010110000101101101101110011110101110101010100100000001000010 | e585b6e7aeaa40e585b6e7aeaa4042 |
UHC | 其?@其?@B | 110100001110110000111111010000001101000011101100001111110100000001000010 | d0ec3f40d0ec3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)