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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 芦??論 | 100010001011000000111111001111111001100001011111 | 88b03f3f985f |
| EUC-JP | 芦??論 | 101100001011001000111111001111111100111111000000 | b0b23f3fcfc0 |
| UTF-8 | 芦펨렖論 | 111010001000101010100110111011011000111010101000111010111010000010010110111010001010101110010110 | e88aa6ed8ea8eba096e8ab96 |
| UHC | 芦펨렖論 | 1111101111011000110001101110100010001110101010111101011011100101 | fbd8c6e88eabd6e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)