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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 驍喜嚠B | 11101001100000101000101011101100100110101000100001000010 | e9828aec9a8842 |
EUC-JP | 驍喜嚠B | 11110001111000101011010011101110110100111110100001000010 | f1e2b4eed3e842 |
UTF-8 | 驍喜嚠B | 11101001101010011000110111100101100101101001110011100101100110101010000001000010 | e9a98de5969ce59aa042 |
UHC | 驍喜?B | 111111011010010011111101111011000011111101000010 | fda4fdec3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)