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 | 諡罷 | 11100110100010111001010011101011 | e68b94eb |
EUC-JP | 諡罷 | 11101011111010111100100011101101 | ebebc8ed |
UTF-8 | 諡罷 | 111010001010101110100001111001111011110110110111 | e8aba1e7bdb7 |
UHC | 諡罷 | 11100011110011011111011111110011 | e3cdf7f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)