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 | D^GTD^GT^ | 10010010010001000101111010010010010001110101010010010010010001000101111010010010010001110101010001011110 | 92445e92475492445e9247545e |
SJIS-WIN | ?D^?GT?D^?GT^ | 00111111010001000101111000111111010001110101010000111111010001000101111000111111010001110101010001011110 | 3f445e3f47543f445e3f47545e |
EUC-JP | ?D^?GT?D^?GT^ | 00111111010001000101111000111111010001110101010000111111010001000101111000111111010001110101010001011110 | 3f445e3f47543f445e3f47545e |
UTF-8 | D^GTD^GT^ | 1100001010010010010001000101111011000010100100100100011101010100110000101001001001000100010111101100001010010010010001110101010001011110 | c292445ec2924754c292445ec29247545e |
UHC | ?D^?GT?D^?GT^ | 00111111010001000101111000111111010001110101010000111111010001000101111000111111010001110101010001011110 | 3f445e3f47543f445e3f47545e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)