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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 諶??弑 | 111110111010101000111111001111111001110001010101 | fbaa3f3f9c55 |
| EUC-JP | 諶??弑 | 10001111110111101011010100111111001111111101011110110110 | 8fdeb53f3fd7b6 |
| UTF-8 | 諶깂뜠弑 | 111010001010101110110110111010101011100110000010111010111001110010100000111001011011110010010001 | e8abb6eab982eb9ca0e5bc91 |
| UHC | 諶깂뜠弑 | 1110010010100110100000111000010010001101101000111110001110111101 | e4a683848da3e3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)