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 | 豼秘沂 | 111001101011111110010100111010011001111110001011 | e6bf94e99f8b |
EUC-JP | 豼秘沂 | 111011001100000111001000111010111101110111101011 | ecc1c8ebddeb |
UTF-8 | 豼秘沂 | 111010001011000110111100111001111010011110011000111001101011001010000010 | e8b1bce7a798e6b282 |
UHC | ?秘沂 | 0011111111011101111110101101000110101010 | 3fddfad1aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)