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 | 獰??竊?? | 1110000011010110001111110011111111100010100001100011111100111111 | e0d63f3fe2863f3f |
| EUC-JP | 獰??竊?? | 1110000011011000001111110011111111100011111001100011111100111111 | e0d83f3fe3e63f3f |
| UTF-8 | 獰뚥펿竊뤺윸 | 111001111000110110110000111010111001101010100101111011011000111010111111111001111010101110001010111010111010010010111010111011001001110010111000 | e78db0eb9aa5ed8ebfe7ab8aeba4baec9cb8 |
| UHC | 獰뚥펿竊뤺윸 | 111001111011111010001100111001001011110010001110111011111011110010001111111010001001111110110010 | e7be8ce4bc8eefbc8fe89fb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)