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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 踰??寃? | 11100110111110100011111100111111100110111000001100111111 | e6fa3f3f9b833f |
EUC-JP | 踰??寃? | 11101100111111000011111100111111110101011110001100111111 | ecfc3f3fd5e33f |
UTF-8 | 踰꾩쬄寃찦 | 111010001011100010110000111010101011111010101001111011001010110010000100111001011010111110000011111011001011000010100110 | e8b8b0eabea9ecac84e5af83ecb0a6 |
UHC | 踰꾩쬄寃찦 | 11101011101100101000010011101100101001101001101111101010101100101010101001000010 | ebb284eca69beab2aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)