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 | ?輕?? | 0011111111100111011010100011111100111111 | 3fe76a3f3f |
| EUC-JP | 沅輕?? | 10001111110001101110100111101101110010110011111100111111 | 8fc6e9edcb3f3f |
| UTF-8 | 沅輕렓렋 | 111001101011001010000101111010001011110010010101111010111010000010010011111010111010000010001011 | e6b285e8bc95eba093eba08b |
| UHC | 沅輕렓렋 | 1110101010110110110011001110111010001110101010001000111010100010 | eab6ccee8ea88ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)