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 | テ凝靴 | 1100001110001011110000111000110001000011 | c38bc38c43 |
EUC-JP | テ凝靴 | 100011101100001110110110110001011011011110100100 | 8ec3b6c5b7a4 |
UTF-8 | テ凝靴 | 111011111011111010000011111001011000011110011101111010011001110110110100 | efbe83e5879de99db4 |
UHC | ?凝靴 | 0011111111101011111010101111110010101000 | 3febeafca8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)