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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 蜑ー豎懣摶^ | 11100101100010011011000011100110101100011001110011101110100111011001011001011110 | e589b0e6b19cee9d965e |
EUC-JP | 蜑ー豎懣摶^ | 1110100111101001100011101011000011101100101100111101100011110000110110011111011001011110 | e9e98eb0ecb3d8f0d9f65e |
UTF-8 | 蜑ー豎懣摶^ | 11101000100111001001000111101111101111011011000011101000101100011000111011100110100001111010001111100110100100011011011001011110 | e89c91efbdb0e8b18ee687a3e691b65e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)