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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 維?ЭH | 100010001101101100111111100001000101111001001000 | 88db3f845e48 |
EUC-JP | 維?ЭH | 101100001101110100111111101001111011111101001000 | b0dd3fa7bf48 |
UTF-8 | 維뽯ЭH | 111001111011011010101101111010111011110110101111110100001010110101001000 | e7b6adebbdafd0ad48 |
UHC | 維뽯ЭH | 11101011101010111001011011101011101011001011111101001000 | ebab96ebacbf48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)