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 | 齊??乳 | 111010101000111000111111001111111001001111111011 | ea8e3f3f93fb |
| EUC-JP | 齊泮?乳 | 1111001111101110100011111100011110101000001111111100011011111101 | f3ee8fc7a83fc6fd |
| UTF-8 | 齊泮땍乳 | 111010011011110110001010111001101011001110101110111010111001010110001101111001001011100110110011 | e9bd8ae6b3aeeb958de4b9b3 |
| UHC | 齊泮땍乳 | 1111000010111010110110101110101010110110101010001110101011100001 | f0badaeab6a8eae1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)