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 | ???M??? | 00111111001111110011111101001101001111110011111100111111 | 3f3f3f4d3f3f3f |
| SJIS-WIN | ??拔M??訌 | 001111110011111110011101010101010100110100111111001111111110011001100000 | 3f3f9d554d3f3fe660 |
| EUC-JP | ??拔M??訌 | 001111110011111111011001101101100100110100111111001111111110101111000001 | 3f3fd9b64d3f3febc1 |
| UTF-8 | 뤶쫷拔M렱렪訌 | 11101011101001001011011011101100101010111011011111100110100010111001010001001101111010111010000010110001111010111010000010101010111010001010100010001100 | eba4b6ecabb7e68b944deba0b1eba0aae8a88c |
| UHC | 뤶쫷拔M렱렪訌 | 10001111111001001010011010001110110110101111101101001101100011101011111010001110101110001111101111110111 | 8fe4a68edafb4d8ebe8eb8fbf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)