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 | 乙??止?乙 | 100010011011001100111111001111111000111001111110001111111000100110110011 | 89b33f3f8e7e3f89b3 |
| EUC-JP | 乙??止?乙 | 101100101011010100111111001111111011101111011111001111111011001010110101 | b2b53f3fbbdf3fb2b5 |
| UTF-8 | 乙재헬止렣乙 | 111001001011100110011001111011001001111010101100111011011001011110101100111001101010110110100010111010111010000010100011111001001011100110011001 | e4b999ec9eaced97ace6ada2eba0a3e4b999 |
| UHC | 乙재헬止렣乙 | 111010111110000011000000111001111100011111101111111100101010110110001110101101001110101111100000 | ebe0c0e7c7eff2ad8eb4ebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)