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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迯サ闡ォ闔殘 | 11100111100011011011101111101000100100011010101111101000100011101001111101101011 | e78dbbe891abe88e9f6b |
EUC-JP | 迯サ闡ォ闔殘 | 111011011110110110001110101110111110111111110001100011101010101111101111111011101101110111001100 | eded8ebbeff18eabefeeddcc |
UTF-8 | 迯サ闡ォ闔殘 | 111010001011111110101111111011111011110110111011111010011001011110100001111011111011110110101011111010011001011110010100111001101010111010011000 | e8bfafefbdbbe997a1efbdabe99794e6ae98 |
UHC | ??闡?闔殘 | 001111110011111111110100110001010011111111111001111011111110110111010001 | 3f3ff4c53ff9efedd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)