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 | ?^?^ | 00111111010111100011111101011110 | 3f5e3f5e |
SJIS-WIN | 叩^其^ | 100100100100000001011110100100011011010001011110 | 92405e91b45e |
EUC-JP | 叩^其^ | 110000111010000101011110110000101011011001011110 | c3a15ec2b65e |
UTF-8 | 叩^其^ | 1110010110001111101010010101111011100101100001011011011001011110 | e58fa95ee585b65e |
UHC | 叩^其^ | 110011011011000001011110110100001110110001011110 | cdb05ed0ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)