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 | B¢DB¢D^ | 1001001001000010100100011010001001000100100100100100001010010001101000100100010001011110 | 924291a244924291a2445e |
SJIS-WIN | ?B?¢D?B?¢D^ | 00111111010000100011111110000001100100010100010000111111010000100011111110000001100100010100010001011110 | 3f423f8191443f423f8191445e |
EUC-JP | ?B?¢D?B?¢D^ | 00111111010000100011111110100001111100010100010000111111010000100011111110100001111100010100010001011110 | 3f423fa1f1443f423fa1f1445e |
UTF-8 | B¢DB¢D^ | 1100001010010010010000101100001010010001110000101010001001000100110000101001001001000010110000101001000111000010101000100100010001011110 | c29242c291c2a244c29242c291c2a2445e |
UHC | ?B??D?B??D^ | 0011111101000010001111110011111101000100001111110100001000111111001111110100010001011110 | 3f423f3f443f423f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)