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 | 曄??昻 | 100111100100000000111111001111111111101011010000 | 9e403f3ffad0 |
| EUC-JP | 曄??? | 1101101110100001001111110011111100111111 | dba13f3f3f |
| UTF-8 | 曄됯퀋昻 | 111001101001101110000100111010111001000010101111111011011000000010001011111001101001100010111011 | e69b84eb90afed808be698bb |
| UHC | 曄됯퀋昻 | 1110011110100101100010011110101010110011100000011110010011101001 | e7a589eab381e4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)