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^ | 111000000100100001011110 | e0485e |
SJIS-WIN | ?H^ | 001111110100100001011110 | 3f485e |
EUC-JP | àH^ | 1000111110101011101000100100100001011110 | 8faba2485e |
UTF-8 | àH^ | 11000011101000000100100001011110 | c3a0485e |
UHC | ?H^ | 001111110100100001011110 | 3f485e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)