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 | èé¿å¼ | 1110100011101001101111111110010110111100 | e8e9bfe5bc |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | èé¿å? | 10001111101010111011001010001111101010111011000110001111101000101100010010001111101010111010100100111111 | 8fabb28fabb18fa2c48faba93f |
UTF-8 | èé¿å¼ | 11000011101010001100001110101001110000101011111111000011101001011100001010111100 | c3a8c3a9c2bfc3a5c2bc |
UHC | ??¿?¼ | 00111111001111111010001010101111001111111010100011111001 | 3f3fa2af3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)