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 | ???援η? | 0011111100111111001111111000100110000111100000111100010100111111 | 3f3f3f898783c53f |
| EUC-JP | ???援η? | 0011111100111111001111111011000111100111101001101100011100111111 | 3f3f3fb1e7a6c73f |
| UTF-8 | 僚녹뻼援η댚 | 1110111110100110101110111110101110000101101110011110101110111011101111001110011010001111101101001100111010110111111010111000110010011010 | efa6bbeb85b9ebbbbce68fb4ceb7eb8c9a |
| UHC | 僚녹뻼援η댚 | 111010001110100010110011111011001001011010000111111010101011010110100101111001111000100010111110 | e8e8b3ec9687eab5a5e788be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)