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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 鮮h鮮 | 1001000101001110011010001001000101001110 | 914e68914e |
EUC-JP | 鮮h鮮 | 1100000110101111011010001100000110101111 | c1af68c1af |
UTF-8 | 鮮h鮮 | 11101001101011101010111001101000111010011010111010101110 | e9aeae68e9aeae |
UHC | 鮮h鮮 | 1110000011011000011010001110000011011000 | e0d868e0d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)