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 | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | ?訥ォD^ | 00111111111001100110001110000011010010000100010001011110 | 3fe6638348445e |
EUC-JP | ?訥ォD^ | 00111111111010111100010010100101101010010100010001011110 | 3febc4a5a9445e |
UTF-8 | 룵訥ォD^ | 1110101110100011101101011110100010101000101001011110001110000010101010010100010001011110 | eba3b5e8a8a5e382a9445e |
UHC | 룵訥ォD^ | 1000111110101010110100101110110110101011101010010100010001011110 | 8faad2edaba9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)