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 | 鋓鋓^ | 111110001111010111111011110101101111100011110101111110111101011001011110 | f8f5fbd6f8f5fbd65e |
EUC-JP | ?鋓?鋓^ | 001111111000111111100100101111110011111110001111111001001011111101011110 | 3f8fe4bf3f8fe4bf5e |
UTF-8 | 鋓鋓^ | 11101110100110101001010011101001100010111001001111101110100110101001010011101001100010111001001101011110 | ee9a94e98b93ee9a94e98b935e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)