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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 魍井クケQ] | 1110100110110001100010001110010010111000101110010101000101011101 | e9b188e4b8b9515d |
EUC-JP | 魍井クケQ] | 11110010101100111011000011100110100011101011100010001110101110010101000101011101 | f2b3b0e68eb88eb9515d |
UTF-8 | 魍井クケQ] | 1110100110101101100011011110010010111010100101011110111110111101101110001110111110111101101110010101000101011101 | e9ad8de4ba95efbdb8efbdb9515d |
UHC | ?井??Q] | 00111111111011111100110000111111001111110101000101011101 | 3fefcc3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)