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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???’??? | 0011111100111111001111111000000101100110001111110011111100111111 | 3f3f3f81663f3f3f |
EUC-JP | ???’??? | 0011111100111111001111111010000111000111001111110011111100111111 | 3f3f3fa1c73f3f3f |
UTF-8 | 룶햶▣’룶끝熉 | 111010111010001110110110111011011001011010110110111000101001011010100011111000101000000010011001111010111010001110110110111010111000000110011101111001111000011010001001 | eba3b6ed96b6e296a3e28099eba3b6eb819de78689 |
UHC | 룶햶▣’룶끝熉 | 1000111110101011110000011000111110100010110000111010000110101111100011111010101110110011101000011110100111111011 | 8fabc18fa2c3a1af8fabb3a1e9fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)