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 | 璋甍 | 11100000111101101110000101001111 | e0f6e14f |
EUC-JP | 璋甍 | 11100000111110001110000110110000 | e0f8e1b0 |
UTF-8 | 璋甍 | 111001111001001010001011111001111001010010001101 | e7928be7948d |
UHC | 璋? | 111011011111000000111111 | edf03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)