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 | 癲??宜?^ | 1110000110011111001111110011111110001011010110000011111101011110 | e19f3f3f8b583f5e |
EUC-JP | 癲??宜?^ | 1110001010100001001111110011111110110101101110010011111101011110 | e2a13f3fb5b93f5e |
UTF-8 | 癲뽰뇳宜턩^ | 11100111100110011011001011101011101111011011000011101011100001111011001111100101101011101001110011101101100001001010100101011110 | e799b2ebbdb0eb87b3e5ae9ced84a95e |
UHC | 癲뽰뇳宜턩^ | 1110111110100110100101101110110010000111100101111110101111110001101101100110101001011110 | efa696ec8797ebf1b66a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)