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 | 鞳碁棹釵 | 1110100011100011100011001110100110011110101010001110011111011110 | e8e38ce99ea8e7de |
EUC-JP | 鞳碁棹釵 | 1111000011100101101110001110101111011100101010101110111011100000 | f0e5b8ebdcaaeee0 |
UTF-8 | 鞳碁棹釵 | 111010011001111010110011111001111010001010000001111001101010001110111001111010011000011110110101 | e99eb3e7a281e6a3b9e987b5 |
UHC | ?碁棹釵 | 00111111110100011011001111010100101000011111001111111011 | 3fd1b3d4a1f3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)