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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 踰ゥ髷ヲ踝シF | 11100110111110101010100111101001100111101010011011100110111101001011110001000110 | e6faa9e99ea6e6f4bc46 |
EUC-JP | 踰ゥ髷ヲ踝シF | 11101100111111001000111010101001111100011111111010001110101001101110110011110110100011101011110001000110 | ecfc8ea9f1fe8ea6ecf68ebc46 |
UTF-8 | 踰ゥ髷ヲ踝シF | 11101000101110001011000011101111101111011010100111101001101010111011011111101111101111011010011011101000101110001001110111101111101111011011110001000110 | e8b8b0efbda9e9abb7efbda6e8b89defbdbc46 |
UHC | 踰?????F | 1110101110110010001111110011111100111111001111110011111101000110 | ebb23f3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)