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 | ????P@h | 00111111001111110011111100111111010100000100000001101000 | 3f3f3f3f504068 |
SJIS-WIN | 嘆旦村尊P@h | 1001001001010001100100100101010110010001101110101001000110111000010100000100000001101000 | 9251925591ba91b8504068 |
EUC-JP | 嘆旦村尊P@h | 1100001110110010110000111011011011000010101111001100001010111010010100000100000001101000 | c3b2c3b6c2bcc2ba504068 |
UTF-8 | 嘆旦村尊P@h | 111001011001100010000110111001101001011110100110111001101001110110010001111001011011000010001010010100000100000001101000 | e59886e697a6e69d91e5b08a504068 |
UHC | 嘆旦村尊P@h | 1111011110100011110100111010100111110101101111011111000011101110010100000100000001101000 | f7a3d3a9f5bdf0ee504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)