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 | ???®? | 0011111100111111001111111010111000111111 | 3f3f3fae3f |
| SJIS-WIN | 材???? | 100011011101111000111111001111110011111100111111 | 8dde3f3f3f3f |
| EUC-JP | 材??®? | 1011101011100000001111110011111110001111101000101110111000111111 | bae03f3f8fa2ee3f |
| UTF-8 | 材뀁렢®뗍 | 1110011010011101100100001110101110000000100000011110101110100000101000101100001010101110111010111001011110001101 | e69d90eb8081eba0a2c2aeeb978d |
| UHC | 材뀁렢®뗍 | 11101110101001111011001011101100100011101011001110100010111001111011011011000001 | eea7b2ec8eb3a2e7b6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)