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 | 101111001101101010001111101110111100000101000010 | bcda8fbbc142 |
EUC-JP | シレ晶チB | 100011101011110010001110110110101011111010111101100011101100000101000010 | 8ebc8edabebd8ec142 |
UTF-8 | シレ晶チB | 11101111101111011011110011101111101111101001101011100110100110011011011011101111101111101000000101000010 | efbdbcefbe9ae699b6efbe8142 |
UHC | ??晶?B | 001111110011111111101111110111000011111101000010 | 3f3fefdc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)