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 | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 升??BF | 100011111010000100111111001111110100001001000110 | 8fa13f3f4246 |
EUC-JP | 升??BF | 101111101010001100111111001111110100001001000110 | bea33f3f4246 |
UTF-8 | 升뚭똓BF | 1110010110001101100001111110101110011010101011011110101110011000100100110100001001000110 | e58d87eb9aadeb98934246 |
UHC | 升뚭똓BF | 1110001110101110100011001110101010001100010100100100001001000110 | e3ae8cea8c524246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)