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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞳檎濫奝 | 1110100011100011100011001110011110010111100101001111101010100010 | e8e38ce79794faa2 |
EUC-JP | 鞳檎濫奝 | 111100001110010110111000111010011100110111110100100011111011100011111000 | f0e5b8e9cdf48fb8f8 |
UTF-8 | 鞳檎濫奝 | 111010011001111010110011111001101010101010001110111001101011111110101011111001011010010110011101 | e99eb3e6aa8ee6bfabe5a59d |
UHC | ?檎濫? | 001111111101000011010101110101011011110100111111 | 3fd0d5d5bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)