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] | 10010001010100001000100101101011001111110101000101011101 | 9150896b3f515d |
EUC-JP | 善洩饍Q] | 110000011011000110110001110011001000111111101000111011010101000101011101 | c1b1b1cc8fe8ed515d |
UTF-8 | 善洩饍Q] | 1110010110010110100001001110011010110100101010011110100110100101100011010101000101011101 | e59684e6b4a9e9a58d515d |
UHC | 善洩饍Q] | 1110000010111100111000001101110111100000110101110101000101011101 | e0bce0dde0d7515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)