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 | テエ磔 | 11000011101101001110000111110111 | c3b4e1f7 |
EUC-JP | テエ磔 | 100011101100001110001110101101001110001011111001 | 8ec38eb4e2f9 |
UTF-8 | テエ磔 | 111011111011111010000011111011111011110110110100111001111010001110010100 | efbe83efbdb4e7a394 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)