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 | Î}Î{^ | 1100111001111101110011100111101101011110 | ce7dce7b5e |
SJIS-WIN | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
EUC-JP | Î}Î{^ | 100011111010101011000010011111011000111110101010110000100111101101011110 | 8faac27d8faac27b5e |
UTF-8 | Î}Î{^ | 11000011100011100111110111000011100011100111101101011110 | c38e7dc38e7b5e |
UHC | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)