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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 葯冶誠 | 111001001101111010010110111010001001000010111101 | e4de96e890bd |
EUC-JP | 葯冶誠 | 111010001110000011001100111010101100000010111111 | e8e0cceac0bf |
UTF-8 | 葯冶誠 | 111010001001000110101111111001011000011010110110111010001010101010100000 | e891afe586b6e8aaa0 |
UHC | 葯冶誠 | 111001011011010111100101101001111110000110100100 | e5b5e5a7e1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)