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 | 宣鼠 | 10010000111010011001000101101100 | 90e9916c |
EUC-JP | 宣鼠 | 11000000111010111100000111001101 | c0ebc1cd |
UTF-8 | 宣鼠 | 111001011010111010100011111010011011110010100000 | e5aea3e9bca0 |
UHC | 宣鼠 | 11100000101111101110000010101001 | e0bee0a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)