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 | 00111111001111110011111101010111 | 3f3f3f57 |
SJIS-WIN | ?釐∮W | 001111111110011111011000100001111001001101010111 | 3fe7d8879357 |
EUC-JP | ?釐?W | 0011111111101110110110100011111101010111 | 3feeda3f57 |
UTF-8 | 룶釐∮W | 11101011101000111011011011101001100001111001000011100010100010001010111001010111 | eba3b6e98790e288ae57 |
UHC | 룶釐∮W | 10001111101010111101011111101101101000101011000101010111 | 8fabd7eda2b157 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)