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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 衆?^ | 10001111010011110011111101011110 | 8f4f3f5e |
EUC-JP | 衆?^ | 10111101101100000011111101011110 | bdb03f5e |
UTF-8 | 衆렕^ | 11101000101000011000011011101011101000001001010101011110 | e8a186eba0955e |
UHC | 衆렕^ | 1111000111101011100011101010101001011110 | f1eb8eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)