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 | イ緘イ緘^ | 10110010111000110110011110110010111000110110011101011110 | b2e367b2e3675e |
EUC-JP | イ緘イ緘^ | 100011101011001011100101110010001000111010110010111001011100100001011110 | 8eb2e5c88eb2e5c85e |
UTF-8 | イ緘イ緘^ | 11101111101111011011001011100111101101111001100011101111101111011011001011100111101101111001100001011110 | efbdb2e7b798efbdb2e7b7985e |
UHC | ?緘?緘^ | 00111111111110011110010100111111111110011110010101011110 | 3ff9e53ff9e55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)