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 | 鴨??毅?? | 1000101010011011001111110011111110001011010000100011111100111111 | 8a9b3f3f8b423f3f |
| EUC-JP | 鴨??毅?? | 1011001111111011001111110011111110110101101000110011111100111111 | b3fb3f3fb5a33f3f |
| UTF-8 | 鴨밸뱾毅믤썣 | 111010011011010010101000111010111011000010111000111010111011000110111110111001101010111110000101111010111010111110100100111011001000110110100011 | e9b4a8ebb0b8ebb1bee6af85ebafa4ec8da3 |
| UHC | 鴨밸뱾毅믤썣 | 111001001110010110111001111010111001001110100100111010111111011010010010111001101001101110010110 | e4e5b9eb93a4ebf692e69b96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)