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 | 鼠選 | 10010001011011001001000101001001 | 916c9149 |
EUC-JP | 鼠選 | 11000001110011011100000110101010 | c1cdc1aa |
UTF-8 | 鼠選 | 111010011011110010100000111010011000000110111000 | e9bca0e981b8 |
UHC | 鼠選 | 11100000101010011110000011010100 | e0a9e0d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)