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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 豸悟彫U | 11100110101101101000110011100101100100101010010001010101 | e6b68ce592a455 |
EUC-JP | 豸悟彫U | 11101100101110001011100011100111110001001010011001010101 | ecb8b8e7c4a655 |
UTF-8 | 豸悟彫U | 11101000101100011011100011100110100000101001111111100101101111011010101101010101 | e8b1b8e6829fe5bdab55 |
UHC | ?悟彫U | 001111111110011111110110111100001100000101010101 | 3fe7f6f0c155 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)