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 | 1001001001001011100100011010101110010001101000100100000001101000 | 924b91ab91a24068 |
EUC-JP | 狸足造@h | 1100001110101100110000101010110111000010101001000100000001101000 | c3acc2adc2a44068 |
UTF-8 | 狸足造@h | 1110011110001011101110001110100010110110101100111110100110000000101000000100000001101000 | e78bb8e8b6b3e980a04068 |
UHC | 狸足造@h | 1101011111100001111100001110101111110000111000110100000001101000 | d7e1f0ebf0e34068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)