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 | ãïCyB | 1110001111101111100100001000111110001111010000110111100101000010 | e3ef908f8f437942 |
SJIS-WIN | ?????CyB | 0011111100111111001111110011111100111111010000110111100101000010 | 3f3f3f3f3f437942 |
EUC-JP | ãï???CyB | 100011111010101110101010100011111010101111000001001111110011111100111111010000110111100101000010 | 8fabaa8fabc13f3f3f437942 |
UTF-8 | ãïCyB | 11000011101000111100001110101111110000101001000011000010100011111100001010001111010000110111100101000010 | c3a3c3afc290c28fc28f437942 |
UHC | ?????CyB | 0011111100111111001111110011111100111111010000110111100101000010 | 3f3f3f3f3f437942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)