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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 荼「蟾「B | 11100100101101101010001011100101101101111010001001000010 | e4b6a2e5b7a242 |
EUC-JP | 荼「蟾「B | 111010001011100010001110101000101110101010111001100011101010001001000010 | e8b88ea2eab98ea242 |
UTF-8 | 荼「蟾「B | 11101000100011011011110011101111101111011010001011101000100111111011111011101111101111011010001001000010 | e88dbcefbda2e89fbeefbda242 |
UHC | ??蟾?B | 001111110011111111100000111010100011111101000010 | 3f3fe0ea3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)