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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 賤樂h | 1110011011001011100111101101100101101000 | e6cb9ed968 |
EUC-JP | 賤樂h | 1110110011001101110111001101101101101000 | eccddcdb68 |
UTF-8 | 賤樂h | 11101000101100111010010011100110101010001000001001101000 | e8b3a4e6a88268 |
UHC | 賤樂h | 1111010011000001111001001100010101101000 | f4c1e4c568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)