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 | 臓速側蔵 | 1001000110011111100100011010110010010001101001001001000110100000 | 919f91ac91a491a0 |
| EUC-JP | 臓速側蔵 | 1100001010100001110000101010111011000010101001101100001010100010 | c2a1c2aec2a6c2a2 |
| UTF-8 | 臓速側蔵 | 111010001000011110010011111010011000000010011111111001011000000110110100111010001001010010110101 | e88793e9809fe581b4e894b5 |
| UHC | ?速側? | 001111111110000111011100111101101011000000111111 | 3fe1dcf6b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)