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 | 骸?骸?^ | 10001010010110110011111110001010010110110011111101011110 | 8a5b3f8a5b3f5e |
EUC-JP | 骸?骸?^ | 10110011101111000011111110110011101111000011111101011110 | b3bc3fb3bc3f5e |
UTF-8 | 骸급骸긁^ | 11101001101010101011100011101010101110001000100111101001101010101011100011101010101110001000000101011110 | e9aab8eab889e9aab8eab8815e |
UHC | 骸급骸긁^ | 111110101011010110110001110111101111101010110101101100011101110001011110 | fab5b1defab5b1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)