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 | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| SJIS-WIN | ??濯???u^ | 001111110011111110010001111100110011111100111111001111110111010101011110 | 3f3f91f33f3f3f755e |
| EUC-JP | ??濯???u^ | 001111110011111111000010111101010011111100111111001111110111010101011110 | 3f3fc2f53f3f3f755e |
| UTF-8 | 룶끝濯룶웡▩u^ | 1110101110100011101101101110101110000001100111011110011010111111101011111110101110100011101101101110110010011011101000011110001010010110101010010111010101011110 | eba3b6eb819de6bfafeba3b6ec9ba1e296a9755e |
| UHC | 룶끝濯룶웡▩u^ | 1000111110101011101100111010000111110110111110111000111110101011101111111111110110100010110011000111010101011110 | 8fabb3a1f6fb8fabbffda2cc755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)