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 | 豫??肄?? | 1001100010101100001111110011111111100011111001010011111100111111 | 98ac3f3fe3e53f3f |
| EUC-JP | 豫??肄?? | 1101000010101110001111110011111111100110111001110011111100111111 | d0ae3f3fe6e73f3f |
| UTF-8 | 豫뗭옓肄끿뙴 | 111010001011000110101011111010111001011110101101111011001001100010010011111010001000001010000100111010111000000110111111111010111001100110110100 | e8b1abeb97adec9893e88284eb81bfeb99b4 |
| UHC | 豫뗭옓肄끿뙴 | 111001111110001110001011111011001001111010011001111011001011110110000101111001111000110010110111 | e7e38bec9e99ecbd85e78cb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)