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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 瓦裴BF | 100010101010001011100101111010000100001001000110 | 8aa2e5e84246 |
EUC-JP | 瓦裴BF | 101101001010010011101010111010100100001001000110 | b4a4eaea4246 |
UTF-8 | 瓦裴BF | 1110011110010011101001101110100010100011101101000100001001000110 | e793a6e8a3b44246 |
UHC | 瓦裴BF | 111010001011111111011011110100000100001001000110 | e8bfdbd04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)