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 | 沚???懿? | 1001111110001101001111110011111100111111100111001111001000111111 | 9f8d3f3f3f9cf23f |
| EUC-JP | 沚???懿? | 1101110111101101001111110011111100111111110110001111010000111111 | dded3f3f3fd8f43f |
| UTF-8 | 沚뷸렭렏懿렠 | 111001101011001010011010111010111011011110111000111010111010000010101101111010111010000010001111111001101000011110111111111010111010000010100000 | e6b29aebb7b8eba0adeba08fe687bfeba0a0 |
| UHC | 沚뷸렭렏懿렠 | 111100101010111110111010111001101000111010111010100011101010010111101011111100111000111010110001 | f2afbae68eba8ea5ebf38eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)