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? | 001111110110100000111111 | 3f683f |
EUC-JP | 鉥h鉥 | 10001111111000111110100001101000100011111110001111101000 | 8fe3e8688fe3e8 |
UTF-8 | 鉥h鉥 | 11101001100010011010010101101000111010011000100110100101 | e989a568e989a5 |
UHC | 鉥h鉥 | 1110001011111100011010001110001011111100 | e2fc68e2fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)