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藎 | 10001111110110011111001101101000100011111101100111110011 | 8fd9f3688fd9f3 |
UTF-8 | 藎h藎 | 11101000100101111000111001101000111010001001011110001110 | e8978e68e8978e |
UHC | 藎h藎 | 1110001111110000011010001110001111110000 | e3f068e3f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)