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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 衆?H | 10001111010011110011111101001000 | 8f4f3f48 |
EUC-JP | 衆?H | 10111101101100000011111101001000 | bdb03f48 |
UTF-8 | 衆렲H | 11101000101000011000011011101011101000001011001001001000 | e8a186eba0b248 |
UHC | 衆렲H | 1111000111101011100011101011111101001000 | f1eb8ebf48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)