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 | 00111111001111110011111101001101 | 3f3f3f4d |
SJIS-WIN | 巐楠圓M | 11111010101101101001001111101101100110101010001001001101 | fab693ed9aa24d |
EUC-JP | 巐楠圓M | 1000111110111011111110011100011011101111110101001010010001001101 | 8fbbf9c6efd4a44d |
UTF-8 | 巐楠圓M | 11100101101101111001000011100110101001011010000011100101100111001001001101001101 | e5b790e6a5a0e59c934d |
UHC | ?楠圓M | 001111111101000111111000111010101010110101001101 | 3fd1f8eaad4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)