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 | 羣随充荐件讐 | 111000111011100010010000100011111000111101011011111001001010011010001100100011111000111101010001 | e3b8908f8f5be4a68c8f8f51 |
| EUC-JP | 羣随充荐件讐 | 111001101011101010111111111011111011110110111100111010001010100010110111111011111011110110110010 | e6babfefbdbce8a8b7efbdb2 |
| UTF-8 | 羣随充荐件讐 | 111001111011111010100011111010011001101010001111111001011000010110000101111010001000110110010000111001001011101110110110111010001010111010010000 | e7bea3e99a8fe58585e88d90e4bbb6e8ae90 |
| UHC | ??充?件讐 | 001111110011111111110101111101100011111111001011111011001110001011000010 | 3f3ff5f63fcbece2c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)