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 | ??`??OB | 00111111001111110110000000111111001111110100111101000010 | 3f3f603f3f4f42 |
SJIS-WIN | テ。`テ。OB | 11000011101000010110000011000011101000010100111101000010 | c3a160c3a14f42 |
EUC-JP | テ。`テ。OB | 1000111011000011100011101010000101100000100011101100001110001110101000010100111101000010 | 8ec38ea1608ec38ea14f42 |
UTF-8 | テ。`テ。OB | 111011111011111010000011111011111011110110100001011000001110111110111110100000111110111110111101101000010100111101000010 | efbe83efbda160efbe83efbda14f42 |
UHC | ??`??OB | 00111111001111110110000000111111001111110100111101000010 | 3f3f603f3f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)