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 | 蔗私撮 | 111001001111001010001110100001001000111001000010 | e4f28e848e42 |
EUC-JP | 蔗私撮 | 111010001111010010111011111001001011101110100011 | e8f4bbe4bba3 |
UTF-8 | 蔗私撮 | 111010001001010010010111111001111010011110000001111001101001001010101110 | e89497e7a781e692ae |
UHC | 蔗私撮 | 111011011011110111011110111001111111010111001001 | edbddee7f5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)