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 | 旭?載?^ | 10001000101011100011111110001101110110100011111101011110 | 88ae3f8dda3f5e |
EUC-JP | 旭?載?^ | 10110000101100000011111110111010110111000011111101011110 | b0b03fbadc3f5e |
UTF-8 | 旭렔載렕^ | 11100110100101111010110111101011101000001001010011101000101111001000100111101011101000001001010101011110 | e697adeba094e8bc89eba0955e |
UHC | 旭렔載렕^ | 111010011110111110001110101010011110111010110000100011101010101001011110 | e9ef8ea9eeb08eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)