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 | 域??喩?? | 1000100011100110001111110011111110011010011001110011111100111111 | 88e63f3f9a673f3f |
| EUC-JP | 域??喩?? | 1011000011101000001111110011111111010011110010000011111100111111 | b0e83f3fd3c83f3f |
| UTF-8 | 域띕낑喩곁독 | 111001011001111110011111111010111001110110010101111010111000001010010001111001011001011010101001111010101011001110000001111010111000111110000101 | e59f9feb9d95eb8291e596a9eab381eb8f85 |
| UHC | 域띕낑喩곁독 | 111001101011010010110110111010111011001110101001111010101110011110110000111001111011010110110110 | e6b4b6ebb3a9eae7b0e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)