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 | ?æ?Y | 00111111111001100011111101011001 | 3fe63f59 |
SJIS-WIN | ??削Y | 0011111100111111100011011110110101011001 | 3f3f8ded59 |
EUC-JP | ?æ削Y | 00111111100011111010100111000001101110101110111101011001 | 3f8fa9c1baef59 |
UTF-8 | 룶æ削Y | 111010111010001110110110110000111010011011100101100010011000101001011001 | eba3b6c3a6e5898a59 |
UHC | 룶æ削Y | 10001111101010111010100110100001110111101111101101011001 | 8faba9a1defb59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)