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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 媛?睛頃?? | 100101010101000100111111111000011100101110001101101000000011111100111111 | 95513fe1cb8da03f3f |
| EUC-JP | 媛?睛頃?? | 110010011011001000111111111000101100110110111010101000100011111100111111 | c9b23fe2cdbaa23f3f |
| UTF-8 | 媛렦睛頃렰렚 | 111001011010101010011011111010111010000010100110111001111001110110011011111010011010000010000011111010111010000010110000111010111010000010011010 | e5aa9beba0a6e79d9be9a083eba0b0eba09a |
| UHC | 媛렦睛頃렰렚 | 111010101011000010001110101101011110111111101100110011001111000110001110101111011000111010101101 | eab08eb5efecccf18ebd8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)