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 | 曠巓槇 | 100111100100010010011011110110101110101010100000 | 9e449bdaeaa0 |
EUC-JP | 曠巓槇 | 110110111010010111010110110111001111010010100010 | dba5d6dcf4a2 |
UTF-8 | 曠巓槇 | 111001101001101110100000111001011011011110010011111001101010011110000111 | e69ba0e5b793e6a787 |
UHC | 曠?? | 11001110110001110011111100111111 | cec73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)