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 | 族?町??婦 | 100100011011000000111111100100101010110000111111001111111001010101110111 | 91b03f92ac3f3f9577 |
| EUC-JP | 族?町??婦 | 110000101011001000111111110001001010111000111111001111111100100111011000 | c2b23fc4ae3f3fc9d8 |
| UTF-8 | 族렎町펜뤃婦 | 111001101001011110001111111010111010000010001110111001111001010010111010111011011000111010011100111010111010010010000011111001011010100110100110 | e6978feba08ee794baed8e9ceba483e5a9a6 |
| UHC | 族렎町펜뤃婦 | 111100001110100110001110101001001110111111101011110001101110011010001111101101001101110011111110 | f0e98ea4efebc6e68fb4dcfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)