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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煮捨靹 | 100011101100111110001110110011001110100011010110 | 8ecf8ecce8d6 |
EUC-JP | 煮捨靹 | 101111001101000110111100110011101111000011011000 | bcd1bccef0d8 |
UTF-8 | 煮捨靹 | 111001111000010110101110111001101000110110101000111010011001110110111001 | e785aee68da8e99db9 |
UHC | 煮捨? | 1110110110110100110111101101011100111111 | edb4ded73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)