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 | ??溶?耕^ | 0011111100111111100101110110111000111111100011010110101101011110 | 3f3f976e3f8d6b5e |
EUC-JP | ??溶?耕^ | 0011111100111111110011011100111100111111101110011100110001011110 | 3f3fcdcf3fb9cc5e |
UTF-8 | 족뤝溶톽耕^ | 11101100101000011011000111101011101001001001110111100110101110101011011011101101100001101011110111101000100000001001010101011110 | eca1b1eba49de6bab6ed86bde880955e |
UHC | 족뤝溶톽耕^ | 1100000110110111100011111100110011101001110000011011011110001111110011001110100101011110 | c1b78fcce9c1b78fcce95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)