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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
| SJIS-WIN | 曙須[曙須[^ | 1000111110001100100100000111101101011011100011111000110010010000011110110101101101011110 | 8f8c907b5b8f8c907b5b5e |
| EUC-JP | 曙須[曙須[^ | 1011110111101100101111111101110001011011101111011110110010111111110111000101101101011110 | bdecbfdc5bbdecbfdc5b5e |
| UTF-8 | 曙須[曙須[^ | 111001101001101110011001111010011010000010001000010110111110011010011011100110011110100110100000100010000101101101011110 | e69b99e9a0885be69b99e9a0885b5e |
| UHC | 曙須[曙須[^ | 1101111111110101111000101100111001011011110111111111010111100010110011100101101101011110 | dff5e2ce5bdff5e2ce5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)