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 | 曠巓鑾 | 100111100100010010011011110110101110100001110101 | 9e449bdae875 |
EUC-JP | 曠巓鑾 | 110110111010010111010110110111001110111111010110 | dba5d6dcefd6 |
UTF-8 | 曠巓鑾 | 111001101001101110100000111001011011011110010011111010011001000110111110 | e69ba0e5b793e991be |
UHC | 曠?? | 11001110110001110011111100111111 | cec73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)