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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | スB | 10111101111100100111110101000010 | bdf27d42 |
EUC-JP | ス?B | 10001110101111010011111101000010 | 8ebd3f42 |
UTF-8 | スB | 11101111101111011011110111101110100001101011010101000010 | efbdbdee86b542 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)