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 | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 竪湛@h | 100100100100011110010010010110000100000001101000 | 924792584068 |
EUC-JP | 竪湛@h | 110000111010100011000011101110010100000001101000 | c3a8c3b94068 |
UTF-8 | 竪湛@h | 1110011110101011101010101110011010111001100110110100000001101000 | e7abaae6b99b4068 |
UHC | 竪湛@h | 111000101011010111010011110000000100000001101000 | e2b5d3c04068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)