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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | ?訥ォe^ | 00111111111001100110001110000011010010000110010101011110 | 3fe6638348655e |
EUC-JP | ?訥ォe^ | 00111111111010111100010010100101101010010110010101011110 | 3febc4a5a9655e |
UTF-8 | 룵訥ォe^ | 1110101110100011101101011110100010101000101001011110001110000010101010010110010101011110 | eba3b5e8a8a5e382a9655e |
UHC | 룵訥ォe^ | 1000111110101010110100101110110110101011101010010110010101011110 | 8faad2edaba9655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)