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 | 阡オ菫苓鳩菫 | 1110100010010100101101011110010010111111100101111110100010010100101101011110010010111111 | e894b5e4bf97e894b5e4bf |
| EUC-JP | 阡オ菫苓鳩菫 | 111011111111010010001110101101011110100011000001110011101110101011001000101101111110100011000001 | eff48eb5e8c1ceeac8b7e8c1 |
| UTF-8 | 阡オ菫苓鳩菫 | 111010011001100010100001111011111011110110110101111010001000111110101011111010001000101110010011111010011011001110101001111010001000111110101011 | e998a1efbdb5e88fabe88b93e9b3a9e88fab |
| UHC | 阡?菫?鳩菫 | 11110100110001100011111111010000110010110011111111001111110011011101000011001011 | f4c63fd0cb3fcfcdd0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)