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 | 﨟ウ鮖ソ^ | 11111011100111011011001111101001101110011011111101011110 | fb9db3e9b9bf5e |
EUC-JP | ?ウ鮖ソ^ | 0011111110001110101100111111001010111011100011101011111101011110 | 3f8eb3f2bb8ebf5e |
UTF-8 | 﨟ウ鮖ソ^ | 11101111101010001001111111101111101111011011001111101001101011101001011011101111101111011011111101011110 | efa89fefbdb3e9ae96efbdbf5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)