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 | èõ¥ç¢äå | 1110100011110101101001011110011110100010100100011110010011100101 | e8f5a5e7a291e4e5 |
SJIS-WIN | ??¥?¢??? | 00111111001111111000000110001111001111111000000110010001001111110011111100111111 | 3f3f818f3f81913f3f3f |
EUC-JP | èõ?ç¢?äå | 10001111101010111011001010001111101010111101100000111111100011111010101110101110101000011111000100111111100011111010101110100011100011111010101110101001 | 8fabb28fabd83f8fabaea1f13f8faba38faba9 |
UTF-8 | èõ¥ç¢äå | 11000011101010001100001110110101110000101010010111000011101001111100001010100010110000101001000111000011101001001100001110100101 | c3a8c3b5c2a5c3a7c2a2c291c3a4c3a5 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)