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 | 齬?齬?^ | 11101010100101110011111111101010100101110011111101011110 | ea973fea973f5e |
EUC-JP | 齬?齬?^ | 11110011111101110011111111110011111101110011111101011110 | f3f73ff3f73f5e |
UTF-8 | 齬쏡齬쏡^ | 11101001101111011010110011101100100011111010000111101001101111011010110011101100100011111010000101011110 | e9bdacec8fa1e9bdacec8fa15e |
UHC | 齬쏡齬쏡^ | 111001011110000110011100010001001110010111100001100111000100010001011110 | e5e19c44e5e19c445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)