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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 贈??@h | 100100011010000100111111001111110100000001101000 | 91a13f3f4068 |
EUC-JP | 贈??@h | 110000101010001100111111001111110100000001101000 | c2a33f3f4068 |
UTF-8 | 贈펩커@h | 1110100010110100100010001110110110001110101010011110110010111011101001000100000001101000 | e8b488ed8ea9ecbba44068 |
UHC | 贈펩커@h | 1111000111111100110001101110100111000100101111110100000001101000 | f1fcc6e9c4bf4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)