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 | AnDAnD^ | 100100100100000101101110010001001001001001000001011011100100010001011110 | 92416e4492416e445e |
SJIS-WIN | ?AnD?AnD^ | 001111110100000101101110010001000011111101000001011011100100010001011110 | 3f416e443f416e445e |
EUC-JP | ?AnD?AnD^ | 001111110100000101101110010001000011111101000001011011100100010001011110 | 3f416e443f416e445e |
UTF-8 | AnDAnD^ | 1100001010010010010000010110111001000100110000101001001001000001011011100100010001011110 | c292416e44c292416e445e |
UHC | ?AnD?AnD^ | 001111110100000101101110010001000011111101000001011011100100010001011110 | 3f416e443f416e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)