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 | û£ç[BF | 111110111010001110011001111001111001011110010100010110110100001001000110 | fba399e797945b4246 |
SJIS-WIN | ?£????[BF | 00111111100000011001001000111111001111110011111100111111010110110100001001000110 | 3f81923f3f3f3f5b4246 |
EUC-JP | û£?ç??[BF | 1000111110101011111001011010000111110010001111111000111110101011101011100011111100111111010110110100001001000110 | 8fabe5a1f23f8fabae3f3f5b4246 |
UTF-8 | û£ç[BF | 110000111011101111000010101000111100001010011001110000111010011111000010100101111100001010010100010110110100001001000110 | c3bbc2a3c299c3a7c297c2945b4246 |
UHC | ??????[BF | 001111110011111100111111001111110011111100111111010110110100001001000110 | 3f3f3f3f3f3f5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)