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 | 雕晁協裃 | 1110100010111000100111011110100010001011101001101110010111011111 | e8b89de88ba6e5df |
| EUC-JP | 雕晁協裃 | 1111000010111010110110101110101010110110101010001110101011100001 | f0badaeab6a8eae1 |
| UTF-8 | 雕晁協裃 | 111010011001101110010101111001101001100110000001111001011000110110010100111010001010001110000011 | e99b95e69981e58d94e8a383 |
| UHC | 雕晁協? | 11110000111001111111000011000101111110101111000000111111 | f0e7f0c5faf03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)