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 | 100011111101011111110111111110110100000001000010 | 8fd7f7fb4042 |
EUC-JP | 訟?@B | 1011111011011001001111110100000001000010 | bed93f4042 |
UTF-8 | 訟@B | 1110100010101000100111111110111010010111100111100100000001000010 | e8a89fee979e4042 |
UHC | 訟?@B | 1110000111101000001111110100000001000010 | e1e83f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)