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 | 隹貅隹貅^ | 111010001011000011100110101110101110100010110000111001101011101001011110 | e8b0e6bae8b0e6ba5e |
EUC-JP | 隹貅隹貅^ | 111100001011001011101100101111001111000010110010111011001011110001011110 | f0b2ecbcf0b2ecbc5e |
UTF-8 | 隹貅隹貅^ | 11101001100110101011100111101000101100101000010111101001100110101011100111101000101100101000010101011110 | e99ab9e8b285e99ab9e8b2855e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)