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 | 葯冶楴 | 111001001101111010010110111010001001111010111010 | e4de96e89eba |
EUC-JP | 葯冶楴 | 111010001110000011001100111010101101110010111100 | e8e0cceadcbc |
UTF-8 | 葯冶楴 | 111010001001000110101111111001011000011010110110111001101010010110110100 | e891afe586b6e6a5b4 |
UHC | 葯冶? | 1110010110110101111001011010011100111111 | e5b5e5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)