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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 奣夂尚跋 | 1111101010100011100110101110011110001111101011101110011011101011 | faa39ae78faee6eb |
| EUC-JP | 奣夂尚跋 | 100011111011100011111100110101001110100110111110101100001110110011101101 | 8fb8fcd4e9beb0eced |
| UTF-8 | 奣夂尚跋 | 111001011010010110100011111001011010010010000010111001011011000010011010111010001011011110001011 | e5a5a3e5a482e5b09ae8b78b |
| UHC | ???跋 | 0011111100111111001111111101101110100010 | 3f3f3fdba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)