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 | èäØèäb^ | 111010001110010010011100110110001110100011100100100111100110001001011110 | e8e49cd8e8e49e625e |
SJIS-WIN | ???????b^ | 001111110011111100111111001111110011111100111111001111110110001001011110 | 3f3f3f3f3f3f3f625e |
EUC-JP | èä?Øèä?b^ | 10001111101010111011001010001111101010111010001100111111100011111010100110101100100011111010101110110010100011111010101110100011001111110110001001011110 | 8fabb28faba33f8fa9ac8fabb28faba33f625e |
UTF-8 | èäØèäb^ | 11000011101010001100001110100100110000101001110011000011100110001100001110101000110000111010010011000010100111100110001001011110 | c3a8c3a4c29cc398c3a8c3a4c29e625e |
UHC | ???Ø???b^ | 00111111001111110011111110101000101010100011111100111111001111110110001001011110 | 3f3f3fa8aa3f3f3f625e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)