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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 訝??@B | 111001100110001000111111001111110100000001000010 | e6623f3f4042 |
EUC-JP | 訝??@B | 111010111100001100111111001111110100000001000010 | ebc33f3f4042 |
UTF-8 | 訝백콌@B | 1110100010101000100111011110101110110000101100011110110010111101100011000100000001000010 | e8a89debb0b1ecbd8c4042 |
UHC | 訝백콌@B | 1110010010111000101110011110100110110001100010000100000001000010 | e4b8b9e9b1884042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)