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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 雕晁協諱ゥ | 111010001011100010011101111010001000101110100110111001101000000110101001 | e8b89de88ba6e681a9 |
| EUC-JP | 雕晁協諱ゥ | 11110000101110101101101011101010101101101010100011101011111000011000111010101001 | f0badaeab6a8ebe18ea9 |
| UTF-8 | 雕晁協諱ゥ | 111010011001101110010101111001101001100110000001111001011000110110010100111010001010101110110001111011111011110110101001 | e99b95e69981e58d94e8abb1efbda9 |
| UHC | 雕晁協諱? | 111100001110011111110000110001011111101011110000111111011100100100111111 | f0e7f0c5faf0fdc93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)