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 | 潁??肄э? | 100111111111000100111111001111111110001111100101100001001000111100111111 | 9ff13f3fe3e5848f3f |
| EUC-JP | 潁??肄э? | 110111101111001100111111001111111110011011100111101001111110111100111111 | def33f3fe6e7a7ef3f |
| UTF-8 | 潁뺤쉫肄э쭓 | 1110011010111101100000011110101110111010101001001110110010001001101010111110100010000010100001001101000110001101111011001010110110010011 | e6bd81ebbaa4ec89abe88284d18decad93 |
| UHC | 潁뺤쉫肄э쭓 | 111001111011100010010101111011001001101010000101111011001011110110101100111011111010011110001011 | e7b895ec9a85ecbdacefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)