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 | 1000000101100101100001001010000001111000 | 816584a078 |
EUC-JP | ‘│x | 1010000111000110101010001010001001111000 | a1c6a8a278 |
UTF-8 | ‘│x | 11100010100000001001100011100010100101001000001001111000 | e28098e2948278 |
UHC | ‘│x | 1010000110101110101001101010001001111000 | a1aea6a278 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)