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 | 沚????斐 | 1001111110001101001111110011111100111111001111111001010011100011 | 9f8d3f3f3f3f94e3 |
| EUC-JP | 沚????斐 | 1101110111101101001111110011111100111111001111111100100011100101 | dded3f3f3f3fc8e5 |
| UTF-8 | 沚亐롚롗뤋斐 | 111001101011001010011010111001001011101010010000111010111010000110011010111010111010000110010111111010111010010010001011111001101001011010010000 | e6b29ae4ba90eba19aeba197eba48be69690 |
| UHC | 沚亐롚롗뤋斐 | 111100101010111111101010101001111000111011011110100011101101101110001111101110111101110111101100 | f2afeaa78ede8edb8fbbddec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)