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 | ???oB | 0011111100111111001111110110111101000010 | 3f3f3f6f42 |
SJIS-WIN | ???oB | 0011111100111111001111110110111101000010 | 3f3f3f6f42 |
EUC-JP | ???oB | 0011111100111111001111110110111101000010 | 3f3f3f6f42 |
UTF-8 | 묧뫔묧oB | 1110101110101100101001111110101110101011100101001110101110101100101001110110111101000010 | ebaca7ebab94ebaca76f42 |
UHC | 묧뫔묧oB | 1001000111111110100100011011011010010001111111100110111101000010 | 91fe91b691fe6f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)