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 | ルネ莪ヲオ | 110110011100100011100100101011101010011010110101 | d9c8e4aea6b5 |
EUC-JP | ルネ莪ヲオ | 10001110110110011000111011001000111010001011000010001110101001101000111010110101 | 8ed98ec8e8b08ea68eb5 |
UTF-8 | ルネ莪ヲオ | 111011111011111010011001111011111011111010001000111010001000111010101010111011111011110110100110111011111011110110110101 | efbe99efbe88e88eaaefbda6efbdb5 |
UHC | ??莪?? | 001111110011111111100100101101010011111100111111 | 3f3fe4b53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)