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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蜃矩コ | 1110010110000111100010111110100110111010 | e5878be9ba |
EUC-JP | 蜃矩コ | 111010011110011110110110111010111000111010111010 | e9e7b6eb8eba |
UTF-8 | 蜃矩コ | 111010001001110010000011111001111001111110101001111011111011110110111010 | e89c83e79fa9efbdba |
UHC | 蜃矩? | 1110001111110001110011111011101100111111 | e3f1cfbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)