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 | ロ・ルキ靈 | 110110111010010111011001101101111110100011001011 | dba5d9b7e8cb |
EUC-JP | ロ・ルキ靈 | 10001110110110111000111010100101100011101101100110001110101101111111000011001101 | 8edb8ea58ed98eb7f0cd |
UTF-8 | ロ・ルキ靈 | 111011111011111010011011111011111011110110100101111011111011111010011001111011111011110110110111111010011001110110001000 | efbe9befbda5efbe99efbdb7e99d88 |
UHC | ????靈 | 001111110011111100111111001111111101011011000100 | 3f3f3f3fd6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)