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 | ¼Å¼¤W^ | 101111001100010110111100101001000101011101011110 | bcc5bca4575e |
SJIS-WIN | ????W^ | 001111110011111100111111001111110101011101011110 | 3f3f3f3f575e |
EUC-JP | ?Å?¤W^ | 00111111100011111010101010101001001111111000111110100010111100000101011101011110 | 3f8faaa93f8fa2f0575e |
UTF-8 | ¼Å¼¤W^ | 11000010101111001100001110000101110000101011110011000010101001000101011101011110 | c2bcc385c2bcc2a4575e |
UHC | ¼?¼¤W^ | 101010001111100100111111101010001111100110100010101101000101011101011110 | a8f93fa8f9a2b4575e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)