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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 猶h?h | 100101110101000010000010100010000011111101101000 | 975082883f68 |
EUC-JP | 猶h?h | 110011011011000110100011111010000011111101101000 | cdb1a3e83f68 |
UTF-8 | 猶h겛h | 11100111100011001011011011101111101111011000100011101010101100101001101101101000 | e78cb6efbd88eab29b68 |
UHC | 猶h겛h | 11101011101000101010001111101000100000011011001001101000 | eba2a3e881b268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)