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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 汚ф?汚 | 10001001100110001000010010000110001111111000100110011000 | 899884863f8998 |
EUC-JP | 汚ф?汚 | 10110001111110001010011111100110001111111011000111111000 | b1f8a7e63fb1f8 |
UTF-8 | 汚ф꽋汚 | 1110011010110001100110101101000110000100111010101011110110001011111001101011000110011010 | e6b19ad184eabd8be6b19a |
UHC | 汚ф꽋汚 | 1110011111111101101011001110011010000100100110111110011111111101 | e7fdace6849be7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)