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 | 籃莠 | 11100010110101011110010010111010 | e2d5e4ba |
EUC-JP | 籃莠 | 11100100110101111110100010111100 | e4d7e8bc |
UTF-8 | 籃莠 | 111001111011000110000011111010001000111010100000 | e7b183e88ea0 |
UHC | 籃? | 110101011011111000111111 | d5be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)