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 | 鼠菫 | 10010001011011001110010010111111 | 916ce4bf |
EUC-JP | 鼠菫 | 11000001110011011110100011000001 | c1cde8c1 |
UTF-8 | 鼠菫 | 111010011011110010100000111010001000111110101011 | e9bca0e88fab |
UHC | 鼠菫 | 11100000101010011101000011001011 | e0a9d0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)