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 | 11101000111010011011111101000010 | e8e9bf42 |
SJIS-WIN | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
EUC-JP | èé¿B | 10001111101010111011001010001111101010111011000110001111101000101100010001000010 | 8fabb28fabb18fa2c442 |
UTF-8 | èé¿B | 11000011101010001100001110101001110000101011111101000010 | c3a8c3a9c2bf42 |
UHC | ??¿B | 0011111100111111101000101010111101000010 | 3f3fa2af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)