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 | 縞邯 | 10001110110010001110011110110110 | 8ec8e7b6 |
EUC-JP | 縞邯 | 10111100110010101110111010111000 | bccaeeb8 |
UTF-8 | 縞邯 | 111001111011100010011110111010011000001010101111 | e7b89ee982af |
UHC | 縞邯 | 11111011110101101100101011111011 | fbd6cafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)