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 | ?欺??^ | 001111111000101101011100001111110011111101011110 | 3f8b5c3f3f5e |
EUC-JP | 棅欺??^ | 1000111111000011111110111011010110111101001111110011111101011110 | 8fc3fbb5bd3f3f5e |
UTF-8 | 棅欺롛롆^ | 11100110101000111000010111100110101011001011101011101011101000011001101111101011101000011000011001011110 | e6a385e6acbaeba19beba1865e |
UHC | 棅欺롛롆^ | 110111001011100011010001101001111000111011011111100011101100110001011110 | dcb8d1a78edf8ecc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)