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 | üGÛú^ | 1111110001000111110110111111101001011110 | fc47dbfa5e |
SJIS-WIN | ?G??^ | 0011111101000111001111110011111101011110 | 3f473f3f5e |
EUC-JP | üGÛú^ | 1000111110101011111001000100011110001111101010101110010110001111101010111110001001011110 | 8fabe4478faae58fabe25e |
UTF-8 | üGÛú^ | 1100001110111100010001111100001110011011110000111011101001011110 | c3bc47c39bc3ba5e |
UHC | ?G??^ | 0011111101000111001111110011111101011110 | 3f473f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)