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 | 濟???? | 111000000101101000111111001111110011111100111111 | e05a3f3f3f3f |
| EUC-JP | 濟?饔?? | 1101111110111011001111111000111111101000111011110011111100111111 | dfbb3f8fe8ef3f3f |
| UTF-8 | 濟렎饔淚렰 | 111001101011111110011111111010111010000010001110111010011010010110010100111011111010010110001101111010111010000010110000 | e6bf9feba08ee9a594efa58deba0b0 |
| UHC | 濟렎饔淚렰 | 11110000101011011000111010100100111010001011110111010010111001111000111010111101 | f0ad8ea4e8bdd2e78ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)