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 | 豺シ螟ょー | 1110011010110111101111001110010110100100100000101110010110110000 | e6b7bce5a482e5b0 |
| EUC-JP | 豺シ螟ょー | 11101100101110011000111010111100111010101010011010100100111001111000111010110000 | ecb98ebceaa6a4e78eb0 |
| UTF-8 | 豺シ螟ょー | 111010001011000110111010111011111011110110111100111010001001111010011111111000111000001010000111111011111011110110110000 | e8b1baefbdbce89e9fe38287efbdb0 |
| UHC | 豺?螟ょ? | 1110001111001111001111111101100110101101101010101110011100111111 | e3cf3fd9adaae73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)