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 | 釿昴 | 11100111111000011001110111100011 | e7e19de3 |
EUC-JP | 釿昴 | 11101110111000111101101011100101 | eee3dae5 |
UTF-8 | 釿昴 | 111010011000011110111111111001101001100010110100 | e987bfe698b4 |
UHC | ?昴 | 001111111101100111011011 | 3fd9db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)