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] | 111000000100100001011101 | e0485d |
SJIS-WIN | ?H] | 001111110100100001011101 | 3f485d |
EUC-JP | àH] | 1000111110101011101000100100100001011101 | 8faba2485d |
UTF-8 | àH] | 11000011101000000100100001011101 | c3a0485d |
UHC | ?H] | 001111110100100001011101 | 3f485d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)