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 | 曠巓醺 | 100111100100010010011011110110101110011111010011 | 9e449bdae7d3 |
EUC-JP | 曠巓醺 | 110110111010010111010110110111001110111011010101 | dba5d6dceed5 |
UTF-8 | 曠巓醺 | 111001101001101110100000111001011011011110010011111010011000011010111010 | e69ba0e5b793e986ba |
UHC | 曠?? | 11001110110001110011111100111111 | cec73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)