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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 軟?ズ}B | 10010011111011100011111110000011010110010111110101000010 | 93ee3f83597d42 |
EUC-JP | 軟?ズ}B | 11000110111100000011111110100101101110100111110101000010 | c6f03fa5ba7d42 |
UTF-8 | 軟쒐ズ}B | 1110100010111011100111111110110010010010100100001110001110000010101110100111110101000010 | e8bb9fec9290e382ba7d42 |
UHC | 軟쒐ズ}B | 1110011011100011100111001110011110101011101110100111110101000010 | e6e39ce7abba7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)