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 | @An@AnB | 1001001001000000100100100100000101101110100100100100000010010010010000010110111001000010 | 924092416e924092416e42 |
SJIS-WIN | ?@?An?@?AnB | 0011111101000000001111110100000101101110001111110100000000111111010000010110111001000010 | 3f403f416e3f403f416e42 |
EUC-JP | ?@?An?@?AnB | 0011111101000000001111110100000101101110001111110100000000111111010000010110111001000010 | 3f403f416e3f403f416e42 |
UTF-8 | @An@AnB | 110000101001001001000000110000101001001001000001011011101100001010010010010000001100001010010010010000010110111001000010 | c29240c292416ec29240c292416e42 |
UHC | ?@?An?@?AnB | 0011111101000000001111110100000101101110001111110100000000111111010000010110111001000010 | 3f403f416e3f403f416e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)