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 | ??l | 001111110011111101101100 | 3f3f6c |
SJIS-WIN | 謝嫉l | 1000111011010011100011101011100101101100 | 8ed38eb96c |
EUC-JP | 謝嫉l | 1011110011010101101111001011101101101100 | bcd5bcbb6c |
UTF-8 | 謝嫉l | 11101000101011001001110111100101101010111000100101101100 | e8ac9de5ab896c |
UHC | 謝嫉l | 1101111011110011111100101110110001101100 | def3f2ec6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)