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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 論漠論漠^ | 100110000101111110010100100110011001100001011111100101001001100101011110 | 985f9499985f94995e |
EUC-JP | 論漠論漠^ | 110011111100000011000111111110011100111111000000110001111111100101011110 | cfc0c7f9cfc0c7f95e |
UTF-8 | 論漠論漠^ | 11101000101010111001011011100110101111001010000011101000101010111001011011100110101111001010000001011110 | e8ab96e6bca0e8ab96e6bca05e |
UHC | 論漠論漠^ | 110101101110010111011000101011101101011011100101110110001010111001011110 | d6e5d8aed6e5d8ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)