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 | 骸데骸데^ | 11101001101010101011100011101011100011011011000011101001101010101011100011101011100011011011000001011110 | e9aab8eb8db0e9aab8eb8db05e |
UHC | 骸데骸데^ | 111110101011010110110101101001011111101010110101101101011010010101011110 | fab5b5a5fab5b5a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)