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 | セャ蛇蕉ヤ爾 | 101111101010110010001110110101101000111111010100110101001000111010100010 | beac8ed68fd4d48ea2 |
| EUC-JP | セャ蛇蕉ヤ爾 | 100011101011111010001110101011001011110011011000101111101101011010001110110101001011110010100100 | 8ebe8eacbcd8bed68ed4bca4 |
| UTF-8 | セャ蛇蕉ヤ爾 | 111011111011110110111110111011111011110110101100111010001001101110000111111010001001010110001001111011111011111010010100111001111000100010111110 | efbdbeefbdace89b87e89589efbe94e788be |
| UHC | ??蛇蕉?爾 | 001111110011111111011110111011111111010110101111001111111110110010110011 | 3f3fdeeff5af3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)