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 | ???額?? | 00111111001111110011111110001010011110100011111100111111 | 3f3f3f8a7a3f3f |
| EUC-JP | ???額?? | 00111111001111110011111110110011110110110011111100111111 | 3f3f3fb3db3f3f |
| UTF-8 | 劣뤸뒅額긺뾻 | 111011111010011010011101111010111010010010111000111010111001001010000101111010011010000110001101111010101011100010111010111010111011111010111011 | efa69deba4b8eb9285e9a18deab8baebbebb |
| UHC | 劣뤸뒅額긺뾻 | 111001101110101110001111111001101000101010000011111001001111111010110001111001111001011110000011 | e6eb8fe68a83e4feb1e79783 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)