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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?汚B | 00111111100010011001100001000010 | 3f899842 |
EUC-JP | ?汚B | 00111111101100011111100001000010 | 3fb1f842 |
UTF-8 | 쌺汚B | 11101100100011001011101011100110101100011001101001000010 | ec8cbae6b19a42 |
UHC | 쌺汚B | 1001101101101000111001111111110101000010 | 9b68e7fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)