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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豁」菴 | 1110011010101101101000111110010010111101 | e6ada3e4bd |
EUC-JP | 豁」菴 | 111011001010111110001110101000111110100010111111 | ecaf8ea3e8bf |
UTF-8 | 豁」菴 | 111010001011000110000001111011111011110110100011111010001000111110110100 | e8b181efbda3e88fb4 |
UHC | 豁?菴 | 1111110011000011001111111110010011100000 | fcc33fe4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)