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? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | 脱箪足B竪 | 100100100100010110010010010111001001000110101011010000101001001001000111 | 9245925c91ab429247 |
EUC-JP | 脱箪足B竪 | 110000111010011011000011101111011100001010101101010000101100001110101000 | c3a6c3bdc2ad42c3a8 |
UTF-8 | 脱箪足B竪 | 11101000100001001011000111100111101011101010101011101000101101101011001101000010111001111010101110101010 | e884b1e7aeaae8b6b342e7abaa |
UHC | ??足B竪 | 00111111001111111111000011101011010000101110001010110101 | 3f3ff0eb42e2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)