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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 笑褥 | 10001111110011101110010111110001 | 8fcee5f1 |
EUC-JP | 笑褥 | 10111110110100001110101011110011 | bed0eaf3 |
UTF-8 | 笑褥 | 111001111010110010010001111010001010010010100101 | e7ac91e8a4a5 |
UHC | 笑褥 | 11100001110001011110100110110011 | e1c5e9b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)