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 | 蹊莵 | 11100110111111001110010010110111 | e6fce4b7 |
EUC-JP | 蹊莵 | 11101100111111101110100010111001 | ecfee8b9 |
UTF-8 | 蹊莵 | 111010001011100110001010111010001000111010110101 | e8b98ae88eb5 |
UHC | 蹊? | 111110111011011100111111 | fbb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)