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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 莨焔 | 11100100101111001000100110001011 | e4bc898b |
EUC-JP | 莨焔 | 11101000101111101011000111101011 | e8beb1eb |
UTF-8 | 莨焔 | 111010001000111010101000111001111000010010010100 | e88ea8e78494 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)