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 | 111101001101011101001000 | f4d748 |
SJIS-WIN | ?×H | 00111111100000010111111001001000 | 3f817e48 |
EUC-JP | ô×H | 100011111010101111010100101000011101111101001000 | 8fabd4a1df48 |
UTF-8 | ô×H | 1100001110110100110000111001011101001000 | c3b4c39748 |
UHC | ?×H | 00111111101000011011111101001000 | 3fa1bf48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)