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 | À϶ý | 11000000110011111011011011111101 | c0cfb6fd |
SJIS-WIN | ??¶? | 0011111100111111100000011111011100111111 | 3f3f81f73f |
EUC-JP | À϶ý | 1000111110101010101000101000111110101010110000011010001011111001100011111010101111110010 | 8faaa28faac1a2f98fabf2 |
UTF-8 | À϶ý | 1100001110000000110000111000111111000010101101101100001110111101 | c380c38fc2b6c3bd |
UHC | ??¶? | 0011111100111111101000101101001000111111 | 3f3fa2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)