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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 幸蹊幸蹊^ | 100011010100101111100110111111001000110101001011111001101111110001011110 | 8d4be6fc8d4be6fc5e |
EUC-JP | 幸蹊幸蹊^ | 101110011010110011101100111111101011100110101100111011001111111001011110 | b9acecfeb9acecfe5e |
UTF-8 | 幸蹊幸蹊^ | 11100101101110011011100011101000101110011000101011100101101110011011100011101000101110011000101001011110 | e5b9b8e8b98ae5b9b8e8b98a5e |
UHC | 幸蹊幸蹊^ | 111110101011100111111011101101111111101010111001111110111011011101011110 | fab9fbb7fab9fbb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)