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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 堧?堧?^ | 100011111011100010101000001111111000111110111000101010000011111101011110 | 8fb8a83f8fb8a83f5e |
UTF-8 | 堧뾃堧뾃^ | 11100101101000001010011111101011101111101000001111100101101000001010011111101011101111101000001101011110 | e5a0a7ebbe83e5a0a7ebbe835e |
UHC | 堧뾃堧뾃^ | 111001101100000010010111010000011110011011000000100101110100000101011110 | e6c09741e6c097415e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)