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 | 陝ャ蟄 | 1110100010011111101011001110010110101101 | e89face5ad |
EUC-JP | 陝ャ蟄 | 111100001010000110001110101011001110101010101111 | f0a18eaceaaf |
UTF-8 | 陝ャ蟄 | 111010011001100110011101111011111011110110101100111010001001111110000100 | e9999defbdace89f84 |
UHC | 陝?蟄 | 1110000011101101001111111111011011011110 | e0ed3ff6de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)