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 | À϶ý^ | 1100000011001111101101101111110101011110 | c0cfb6fd5e |
SJIS-WIN | ??¶?^ | 001111110011111110000001111101110011111101011110 | 3f3f81f73f5e |
EUC-JP | À϶ý^ | 100011111010101010100010100011111010101011000001101000101111100110001111101010111111001001011110 | 8faaa28faac1a2f98fabf25e |
UTF-8 | À϶ý^ | 110000111000000011000011100011111100001010110110110000111011110101011110 | c380c38fc2b6c3bd5e |
UHC | ??¶?^ | 001111110011111110100010110100100011111101011110 | 3f3fa2d23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)