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 | ?æ? | 001111111110011000111111 | 3fe63f |
SJIS-WIN | ??濯 | 00111111001111111001000111110011 | 3f3f91f3 |
EUC-JP | ?æ濯 | 001111111000111110101001110000011100001011110101 | 3f8fa9c1c2f5 |
UTF-8 | 룶æ濯 | 1110101110100011101101101100001110100110111001101011111110101111 | eba3b6c3a6e6bfaf |
UHC | 룶æ濯 | 100011111010101110101001101000011111011011111011 | 8faba9a1f6fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)