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 | 逡「轢ァ螳カ | 111001111001010110100010111001111000000010100111111001011010111010110110 | e795a2e780a7e5aeb6 |
| EUC-JP | 逡「轢ァ螳カ | 111011011111010110001110101000101110110111100000100011101010011111101010101100001000111010110110 | edf58ea2ede08ea7eab08eb6 |
| UTF-8 | 逡「轢ァ螳カ | 111010011000000010100001111011111011110110100010111010001011110110100010111011111011110110100111111010001001111010110011111011111011110110110110 | e980a1efbda2e8bda2efbda7e89eb3efbdb6 |
| UHC | 逡?轢?螳? | 111100011110010000111111110101011111100100111111110100111101100100111111 | f1e43fd5f93fd3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)