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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
EUC-JP | 沅??@h | 10001111110001101110100100111111001111110100000001101000 | 8fc6e93f3f4068 |
UTF-8 | 沅룸떝@h | 1110011010110010100001011110101110100011101110001110101110010110100111010100000001101000 | e6b285eba3b8eb969d4068 |
UHC | 沅룸떝@h | 1110101010110110101101111110101110001011101100110100000001101000 | eab6b7eb8bb34068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)