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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | 症?泣??B | 1000111111000111001111111000101110000011001111110011111101000010 | 8fc73f8b833f3f42 |
| EUC-JP | 症?泣??B | 1011111011001001001111111011010111100011001111110011111101000010 | bec93fb5e33f3f42 |
| UTF-8 | 症렊泣닿갭B | 11100111100101111000011111101011101000001000101011100110101100111010001111101011100010111011111111101010101100001010110101000010 | e79787eba08ae6b3a3eb8bbfeab0ad42 |
| UHC | 症렊泣닿갭B | 1111000111111000100011101010000111101011111010001011010011101010101100001011100001000010 | f1f88ea1ebe8b4eab0b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)