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 | ???欲?? | 00111111001111110011111110010111011111100011111100111111 | 3f3f3f977e3f3f |
| EUC-JP | ???欲?? | 00111111001111110011111111001101110111110011111100111111 | 3f3f3fcddf3f3f |
| UTF-8 | 緣낉쉼欲꾬쉥 | 111001111011011110100011111010111000001010001001111011001000100110111100111001101010110010110010111010101011111010101100111011001000100110100101 | e7b7a3eb8289ec89bce6acb2eabeacec89a5 |
| UHC | 緣낉쉼欲꾬쉥 | 111001101101111010000101111011111011110110110000111010011011000010000100111011111011110110101011 | e6de85efbdb0e9b084efbdab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)