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 | ??AnD??AnD^ | 0011111100111111010000010110111001000100001111110011111101000001011011100100010001011110 | 3f3f416e443f3f416e445e |
SJIS-WIN | ?ェAnD?ェAnD^ | 0011111110101010010000010110111001000100001111111010101001000001011011100100010001011110 | 3faa416e443faa416e445e |
EUC-JP | ?ェAnD?ェAnD^ | 00111111100011101010101001000001011011100100010000111111100011101010101001000001011011100100010001011110 | 3f8eaa416e443f8eaa416e445e |
UTF-8 | 䵸ェAnD䵸ェAnD^ | 11100100101101011011100011101111101111011010101001000001011011100100010011100100101101011011100011101111101111011010101001000001011011100100010001011110 | e4b5b8efbdaa416e44e4b5b8efbdaa416e445e |
UHC | ??AnD??AnD^ | 0011111100111111010000010110111001000100001111110011111101000001011011100100010001011110 | 3f3f416e443f3f416e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)