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 | 蟻? | 100010110110000100111111 | 8b613f |
EUC-JP | 蟻? | 101101011100001000111111 | b5c23f |
UTF-8 | 蟻괕 | 111010001001111110111011111010101011010010010101 | e89fbbeab495 |
UHC | 蟻괕 | 11101011111111001000001001000010 | ebfc8242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)