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 | À϶ýB | 1100000011001111101101101111110101000010 | c0cfb6fd42 |
SJIS-WIN | ??¶?B | 001111110011111110000001111101110011111101000010 | 3f3f81f73f42 |
EUC-JP | À϶ýB | 100011111010101010100010100011111010101011000001101000101111100110001111101010111111001001000010 | 8faaa28faac1a2f98fabf242 |
UTF-8 | À϶ýB | 110000111000000011000011100011111100001010110110110000111011110101000010 | c380c38fc2b6c3bd42 |
UHC | ??¶?B | 001111110011111110100010110100100011111101000010 | 3f3fa2d23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)