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 | ?E? | 001111110100010100111111 | 3f453f |
SJIS-WIN | 哺E鞦 | 1001101001001101010001011110100011100001 | 9a4d45e8e1 |
EUC-JP | 哺E鞦 | 1101001110101110010001011111000011100011 | d3ae45f0e3 |
UTF-8 | 哺E鞦 | 11100101100100111011101001000101111010011001111010100110 | e593ba45e99ea6 |
UHC | 哺E? | 11111000110101000100010100111111 | f8d4453f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)