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] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 韈守粟Q] | 1110100011100111100011101110011110001000101111100101000101011101 | e8e78ee788be515d |
EUC-JP | 韈守粟Q] | 1111000011101001101111001110100110110000110000000101000101011101 | f0e9bce9b0c0515d |
UTF-8 | 韈守粟Q] | 1110100110011111100010001110010110101110100010001110011110110010100111110101000101011101 | e99f88e5ae88e7b29f515d |
UHC | ?守粟Q] | 00111111111000011111101011100001110110000101000101011101 | 3fe1fae1d8515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)