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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 曠 ̄ | 10011110010001001000000101010000 | 9e448150 |
EUC-JP | 曠 ̄ | 11011011101001011010000110110001 | dba5a1b1 |
UTF-8 | 曠 ̄ | 111001101001101110100000111011111011111110100011 | e69ba0efbfa3 |
UHC | 曠 ̄ | 11001110110001111010001111111110 | cec7a3fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)