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 | 10011010111000011000001111001100001111110100001001000110 | 9ae183cc3f4246 |
EUC-JP | 壯ξ?BF | 11010100111000111010011011001110001111110100001001000110 | d4e3a6ce3f4246 |
UTF-8 | 壯ξ궎BF | 11100101101000111010111111001110101111101110101010110110100011100100001001000110 | e5a3afcebeeab68e4246 |
UHC | 壯ξ궎BF | 1110110111100000101001011110111010000010101001000100001001000110 | ede0a5ee82a44246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)