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瘋 | 1110000110000110011010001110000110000110 | e18668e186 |
EUC-JP | 瘋h瘋 | 1110000111100110011010001110000111100110 | e1e668e1e6 |
UTF-8 | 瘋h瘋 | 11100111100110001000101101101000111001111001100010001011 | e7988b68e7988b |
UHC | ?h? | 001111110110100000111111 | 3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)