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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 巽存俗 | 100100100100011010010001101101101001000110101101 | 924691b691ad |
| EUC-JP | 巽存俗 | 110000111010011111000010101110001100001010101111 | c3a7c2b8c2af |
| UTF-8 | 巽存俗 | 111001011011011110111101111001011010110110011000111001001011111110010111 | e5b7bde5ad98e4bf97 |
| UHC | 巽存俗 | 111000011101111011110000111011011110000111010100 | e1def0ede1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)