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 | 苜括醜鐔 | 1110010010011100100010101000011110001111010110001110100001011100 | e49c8a878f58e85c |
| EUC-JP | 苜括醜鐔 | 1110011111111100101100111110011110111101101110011110111110111101 | e7fcb3e7bdb9efbd |
| UTF-8 | 苜括醜鐔 | 111010001000101110011100111001101000101110101100111010011000011010011100111010011001000010010100 | e88b9ce68bace9869ce99094 |
| UHC | ?括醜? | 001111111100111011000000111101011101110100111111 | 3fcec0f5dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)