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 | 骸뒷骸뒬^ | 11101001101010101011100011101011100100101011011111101001101010101011100011101011100100101010110001011110 | e9aab8eb92b7e9aab8eb92ac5e |
UHC | 骸뒷骸뒬^ | 111110101011010110110101110111101111101010110101101101011101110001011110 | fab5b5defab5b5dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)