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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 圓?圓?B | 10011010101000100011111110011010101000100011111101000010 | 9aa23f9aa23f42 |
EUC-JP | 圓?圓?B | 11010100101001000011111111010100101001000011111101000010 | d4a43fd4a43f42 |
UTF-8 | 圓㏁圓㏁B | 11100101100111001001001111100011100011111000000111100101100111001001001111100011100011111000000101000010 | e59c93e38f81e59c93e38f8142 |
UHC | 圓㏁圓㏁B | 111010101010110110100111110110111110101010101101101001111101101101000010 | eaada7dbeaada7db42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)