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 | 援??攸⑥? | 100010011000011100111111001111111001110110111111100001110100010100111111 | 89873f3f9dbf87453f |
| EUC-JP | 援??攸?? | 1011000111100111001111110011111111011010110000010011111100111111 | b1e73f3fdac13f3f |
| UTF-8 | 援썰튋攸⑥벤 | 111001101000111110110100111011001000110110110000111011011000101010001011111001101001010010111000111000101001000110100101111010111011001010100100 | e68fb4ec8db0ed8a8be694b8e291a5ebb2a4 |
| UHC | 援썰튋攸⑥벤 | 111010101011010110111101111001001011100110011111111010101111001010101000111011001011101010100101 | eab5bde4b99feaf2a8ecbaa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)