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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | ???揖?H | 00111111001111110011111110010111010010110011111101001000 | 3f3f3f974b3f48 |
EUC-JP | ???揖?H | 00111111001111110011111111001101101011000011111101001000 | 3f3f3fcdac3f48 |
UTF-8 | 閱뤿톪揖폸H | 11101001100101101011000111101011101001001011111111101101100001101010101011100110100011111001011011101101100011111011100001001000 | e996b1eba4bfed86aae68f96ed8fb848 |
UHC | 閱뤿톪揖폸H | 1110011011110011100011111110101110110111100000101110101111100111101111010110000101001000 | e6f38febb782ebe7bd6148 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)