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 | ??????BgF | 001111110011111100111111001111110011111100111111010000100110011101000110 | 3f3f3f3f3f3f426746 |
SJIS-WIN | テコツエツウBgF | 110000111011101011000010101101001100001010110011010000100110011101000110 | c3bac2b4c2b3426746 |
EUC-JP | テコツエツウBgF | 100011101100001110001110101110101000111011000010100011101011010010001110110000101000111010110011010000100110011101000110 | 8ec38eba8ec28eb48ec28eb3426746 |
UTF-8 | テコツエツウBgF | 111011111011111010000011111011111011110110111010111011111011111010000010111011111011110110110100111011111011111010000010111011111011110110110011010000100110011101000110 | efbe83efbdbaefbe82efbdb4efbe82efbdb3426746 |
UHC | ??????BgF | 001111110011111100111111001111110011111100111111010000100110011101000110 | 3f3f3f3f3f3f426746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)