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] | 100101000100000000111111001111110101000101011101 | 94403f3f515d |
EUC-JP | 如??Q] | 110001111010000100111111001111110101000101011101 | c7a13f3f515d |
UTF-8 | 如볦퍍Q] | 1110010110100110100000101110101110110011101001101110110110001101100011010101000101011101 | e5a682ebb3a6ed8d8d515d |
UHC | 如볦퍍Q] | 1110010111111101100100111110110010111011100001000101000101011101 | e5fd93ecbb84515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)