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 | ?????N^ | 00111111001111110011111100111111001111110100111001011110 | 3f3f3f3f3f4e5e |
SJIS-WIN | 焏情秤湜ィN^ | 1111101101010011100011111110111010010100100010011111101101000111101010000100111001011110 | fb538fee9489fb47a84e5e |
EUC-JP | 焏情秤湜ィN^ | 1000111111001001111010011011111011110000110001111110100110001111110001111111110010001110101010000100111001011110 | 8fc9e9bef0c7e98fc7fc8ea84e5e |
UTF-8 | 焏情秤湜ィN^ | 1110011110000100100011111110011010000011100001011110011110100111101001001110011010111001100111001110111110111101101010000100111001011110 | e7848fe68385e7a7a4e6b99cefbda84e5e |
UHC | ?情秤湜?N^ | 00111111111011111101011111110110110111111110001111010111001111110100111001011110 | 3fefd7f6dfe3d73f4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)