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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 癲??宜?B | 1110000110011111001111110011111110001011010110000011111101000010 | e19f3f3f8b583f42 |
EUC-JP | 癲??宜?B | 1110001010100001001111110011111110110101101110010011111101000010 | e2a13f3fb5b93f42 |
UTF-8 | 癲뽰뇳宜턳B | 11100111100110011011001011101011101111011011000011101011100001111011001111100101101011101001110011101101100001001011001101000010 | e799b2ebbdb0eb87b3e5ae9ced84b342 |
UHC | 癲뽰뇳宜턳B | 1110111110100110100101101110110010000111100101111110101111110001101101100111001001000010 | efa696ec8797ebf1b67242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)