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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 細殉細殉^ | 100011011101011110001111011111011000110111010111100011110111110101011110 | 8dd78f7d8dd78f7d5e |
EUC-JP | 細殉細殉^ | 101110101101100110111101110111101011101011011001101111011101111001011110 | bad9bddebad9bdde5e |
UTF-8 | 細殉細殉^ | 11100111101101001011000011100110101011101000100111100111101101001011000011100110101011101000100101011110 | e7b4b0e6ae89e7b4b0e6ae895e |
UHC | 細殉細殉^ | 111000011010110011100010111001101110000110101100111000101110011001011110 | e1ace2e6e1ace2e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)