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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 國?\}國?\{^ | 1001101010100000001111110101110001111101100110101010000000111111010111000111101101011110 | 9aa03f5c7d9aa03f5c7b5e |
EUC-JP | 國?\}國?\{^ | 1101010010100010001111110101110001111101110101001010001000111111010111000111101101011110 | d4a23f5c7dd4a23f5c7b5e |
UTF-8 | 國켠\}國켠\{^ | 1110010110011100100010111110110010111100101000000101110001111101111001011001110010001011111011001011110010100000010111000111101101011110 | e59c8becbca05c7de59c8becbca05c7b5e |
UHC | 國켠\}國켠\{^ | 11001111110100001100010011010010010111000111110111001111110100001100010011010010010111000111101101011110 | cfd0c4d25c7dcfd0c4d25c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)