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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | スロW | 101111011101101101010111 | bddb57 |
EUC-JP | スロW | 1000111010111101100011101101101101010111 | 8ebd8edb57 |
UTF-8 | スロW | 11101111101111011011110111101111101111101001101101010111 | efbdbdefbe9b57 |
UHC | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)