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 | 蓿蔔 | 11100100111100001110010011110111 | e4f0e4f7 |
EUC-JP | 蓿蔔 | 11101000111100101110100011111001 | e8f2e8f9 |
UTF-8 | 蓿蔔 | 111010001001001110111111111010001001010010010100 | e893bfe89494 |
UHC | ?蔔 | 001111111101110011011011 | 3fdcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)