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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | ?藥i?藥iB | 001111111110010101011010011010010011111111100101010110100110100101000010 | 3fe55a693fe55a6942 |
EUC-JP | ?藥i?藥iB | 001111111110100110111011011010010011111111101001101110110110100101000010 | 3fe9bb693fe9bb6942 |
UTF-8 | 뤻藥i뤻藥iB | 111010111010010010111011111010001001011110100101011010011110101110100100101110111110100010010111101001010110100101000010 | eba4bbe897a569eba4bbe897a56942 |
UHC | 뤻藥i뤻藥iB | 1000111111101001111001011011011101101001100011111110100111100101101101110110100101000010 | 8fe9e5b7698fe9e5b76942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)