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 | 蘚鼠 | 11100101011001001001000101101100 | e564916c |
EUC-JP | 蘚鼠 | 11101001110001011100000111001101 | e9c5c1cd |
UTF-8 | 蘚鼠 | 111010001001100010011010111010011011110010100000 | e8989ae9bca0 |
UHC | 蘚鼠 | 11100000110100001110000010101001 | e0d0e0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)