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 | 1110010011011111111000001101101011100100111110000100000001101000 | e4dfe0dae4f84068 |
EUC-JP | 葹獺蓼@h | 1110100011100001111000001101110011101000111110100100000001101000 | e8e1e0dce8fa4068 |
UTF-8 | 葹獺蓼@h | 1110100010010001101110011110011110001101101110101110100010010011101111000100000001101000 | e891b9e78dbae893bc4068 |
UHC | ?獺蓼@h | 00111111110100111011011111010110111111100100000001101000 | 3fd3b7d6fe4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)