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 | 碯盧熹 | 111000011111001111100001101110001110000010010100 | e1f3e1b8e094 |
EUC-JP | 碯盧熹 | 111000101111010111100010101110101101111111110100 | e2f5e2badff4 |
UTF-8 | 碯盧熹 | 111001111010001010101111111001111001101110100111111001111000011010111001 | e7a2afe79ba7e786b9 |
UHC | ?盧熹 | 0011111111010110110101001111110111111000 | 3fd6d4fdf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)