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 | 仇采 | 10001011011101111000110111010001 | 8b778dd1 |
EUC-JP | 仇采 | 10110101110110001011101011010011 | b5d8bad3 |
UTF-8 | 仇采 | 111001001011101110000111111010011000011110000111 | e4bb87e98787 |
UHC | 仇采 | 11001110111110111111001111111010 | cefbf3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)