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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 貉ソ驟檎 | 11100110101110011011111111101001100001011000110011100111 | e6b9bfe9858ce7 |
EUC-JP | 貉ソ驟檎 | 1110110010111011100011101011111111110001111001011011100011101001 | ecbb8ebff1e5b8e9 |
UTF-8 | 貉ソ驟檎 | 111010001011001010001001111011111011110110111111111010011010100110011111111001101010101010001110 | e8b289efbdbfe9a99fe6aa8e |
UHC | ??驟檎 | 001111110011111111110110101011101101000011010101 | 3f3ff6aed0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)