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 | ????消? | 00111111001111110011111100111111100011111100000100111111 | 3f3f3f3f8fc13f |
| EUC-JP | ????消? | 00111111001111110011111100111111101111101100001100111111 | 3f3f3f3fbec33f |
| UTF-8 | 앉렻섶뤵消퍫 | 111011001001010110001001111010111010000010111011111011001000010010110110111010111010010010110101111001101011011010001000111011011000110110101011 | ec9589eba0bbec84b6eba4b5e6b688ed8dab |
| UHC | 앉렻섶뤵消퍫 | 101111101100100110001110110000111011110010111011100011111110001111100001101111001011110001000010 | bec98ec3bcbb8fe3e1bcbc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)