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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???泣 | 0011111100111111001111111000101110000011 | 3f3f3f8b83 |
EUC-JP | ???泣 | 0011111100111111001111111011010111100011 | 3f3f3fb5e3 |
UTF-8 | 閱뤿냵泣 | 111010011001011010110001111010111010010010111111111010111000001110110101111001101011001110100011 | e996b1eba4bfeb83b5e6b3a3 |
UHC | 閱뤿냵泣 | 1110011011110011100011111110101110000110100001011110101111101000 | e6f38feb8685ebe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)