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 | 﨧衞 | 11111011110100111110010111001010 | fbd3e5ca |
EUC-JP | ?衞 | 001111111110101011001100 | 3feacc |
UTF-8 | 﨧衞 | 111011111010100010100111111010001010000110011110 | efa8a7e8a19e |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)