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 | ??@B | 00111111001111110100000001000010 | 3f3f4042 |
SJIS-WIN | 篠痔@B | 100011101100001010001110101001000100000001000010 | 8ec28ea44042 |
EUC-JP | 篠痔@B | 101111001100010010111100101001100100000001000010 | bcc4bca64042 |
UTF-8 | 篠痔@B | 1110011110101111101000001110011110010111100101000100000001000010 | e7afa0e797944042 |
UHC | 篠痔@B | 111000011100011011110110110000000100000001000010 | e1c6f6c04042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)