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 | çy| | 111001110111100110000001100011101000000101111100 | e779818e817c |
SJIS-WIN | ?y???| | 001111110111100100111111001111110011111101111100 | 3f793f3f3f7c |
EUC-JP | çy???| | 1000111110101011101011100111100100111111001111110011111101111100 | 8fabae793f3f3f7c |
UTF-8 | çy| | 11000011101001110111100111000010100000011100001010001110110000101000000101111100 | c3a779c281c28ec2817c |
UHC | ?y???| | 001111110111100100111111001111110011111101111100 | 3f793f3f3f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)