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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 莇莅。 | 1110010010110100111001001010110010100001 | e4b4e4aca1 |
EUC-JP | 莇莅。 | 111010001011011011101000101011101000111010100001 | e8b6e8ae8ea1 |
UTF-8 | 莇莅。 | 111010001000111010000111111010001000111010000101111011111011110110100001 | e88e87e88e85efbda1 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)