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] | 10011011100010001000001111001011001111110101000101011101 | 9b8883cb3f515d |
EUC-JP | 寤ν?Q] | 11010101111010001010011011001101001111110101000101011101 | d5e8a6cd3f515d |
UTF-8 | 寤ν릳Q] | 11100101101011111010010011001110101111011110101110100110101100110101000101011101 | e5afa4cebdeba6b3515d |
UHC | 寤ν릳Q] | 1110011111110101101001011110110110010000100100100101000101011101 | e7f5a5ed9092515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)