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 | 戝霪 | 11100110110000011110100011000100 | e6c1e8c4 |
EUC-JP | 戝霪 | 11101100110000111111000011000110 | ecc3f0c6 |
UTF-8 | 戝霪 | 111001101000100010011101111010011001110010101010 | e6889de99caa |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)