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 | 腫宅 | 10001110111011101001000111101110 | 8eee91ee |
EUC-JP | 腫宅 | 10111100111100001100001011110000 | bcf0c2f0 |
UTF-8 | 腫宅 | 111010001000010110101011111001011010111010000101 | e885abe5ae85 |
UHC | 腫宅 | 11110000111111101101001111101011 | f0fed3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)