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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 酌韵悉F | 10001110110111101110100011101111100011101011101101000110 | 8edee8ef8ebb46 |
EUC-JP | 酌韵悉F | 10111100111000001111000011110001101111001011110101000110 | bce0f0f1bcbd46 |
UTF-8 | 酌韵悉F | 11101001100001011000110011101001100111111011010111100110100000101000100101000110 | e9858ce99fb5e6828946 |
UHC | 酌?悉F | 111011011100110000111111111000111111101001000110 | edcc3fe3fa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)