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 | 莚 | 111110011110111111100100101011011111010111111000 | f9efe4adf5f8 |
EUC-JP | ?莚? | 00111111111010001010111100111111 | 3fe8af3f |
UTF-8 | 莚 | 111011101001110110001010111010001000111010011010111011101001000110100011 | ee9d8ae88e9aee91a3 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)