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 | 11100000110100111110001111100111101110010100001001000110 | e0d3e3e7b94246 |
EUC-JP | 獗肅ケBF | 1110000011010101111001101110100110001110101110010100001001000110 | e0d5e6e98eb94246 |
UTF-8 | 獗肅ケBF | 1110011110001101100101111110100010000010100001011110111110111101101110010100001001000110 | e78d97e88285efbdb94246 |
UHC | 獗肅?BF | 11001111111100011110001011011100001111110100001001000110 | cff1e2dc3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)