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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蒭蕈蒭蕈^ | 111001001101100011100100111111001110010011011000111001001111110001011110 | e4d8e4fce4d8e4fc5e |
EUC-JP | 蒭蕈蒭蕈^ | 111010001101101011101000111111101110100011011010111010001111111001011110 | e8dae8fee8dae8fe5e |
UTF-8 | 蒭蕈蒭蕈^ | 11101000100100101010110111101000100101011000100011101000100100101010110111101000100101011000100001011110 | e892ade89588e892ade895885e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)