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 | iui~E | 1001100101101001100111101001101001110101100110010110100110011110100110100111111001000101 | 99699e9a7599699e9a7e45 |
SJIS-WIN | ?i??u?i??~E | 0011111101101001001111110011111101110101001111110110100100111111001111110111111001000101 | 3f693f3f753f693f3f7e45 |
EUC-JP | ?i??u?i??~E | 0011111101101001001111110011111101110101001111110110100100111111001111110111111001000101 | 3f693f3f753f693f3f7e45 |
UTF-8 | iui~E | 1100001010011001011010011100001010011110110000101001101001110101110000101001100101101001110000101001111011000010100110100111111001000101 | c29969c29ec29a75c29969c29ec29a7e45 |
UHC | ?i??u?i??~E | 0011111101101001001111110011111101110101001111110110100100111111001111110111111001000101 | 3f693f3f753f693f3f7e45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)