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 | 瀋鰐 | 11100000011000111001100001101011 | e063986b |
EUC-JP | 瀋鰐 | 11011111110001001100111111001100 | dfc4cfcc |
UTF-8 | 瀋鰐 | 111001111000000010001011111010011011000010010000 | e7808be9b090 |
UHC | 瀋鰐 | 11100100101000111110010011001010 | e4a3e4ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)