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 | 穗俥 | 11100010011011101001100011011110 | e26e98de |
EUC-JP | 穗俥 | 11100011110011111101000011100000 | e3cfd0e0 |
UTF-8 | 穗俥 | 111001111010100110010111111001001011111110100101 | e7a997e4bfa5 |
UHC | 穗? | 111000101011010000111111 | e2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)