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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 珥?x | 11100000111000000011111101111000 | e0e03f78 |
EUC-JP | 珥?x | 11100000111000100011111101111000 | e0e23f78 |
UTF-8 | 珥렊x | 11100111100011111010010111101011101000001000101001111000 | e78fa5eba08a78 |
UHC | 珥렊x | 1110110010110100100011101010000101111000 | ecb48ea178 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)