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] | 1110011010111010101101100101000101011101 | e6bab6515d |
SJIS-WIN | ??¶Q] | 001111110011111110000001111101110101000101011101 | 3f3f81f7515d |
EUC-JP | 溶Q] | 10001111101010011100000110001111101000101110101110100010111110010101000101011101 | 8fa9c18fa2eba2f9515d |
UTF-8 | 溶Q] | 1100001110100110110000101011101011000010101101100101000101011101 | c3a6c2bac2b6515d |
UHC | 溶Q] | 1010100110100001101010001010110010100010110100100101000101011101 | a9a1a8aca2d2515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)