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 | àÛá¾á³ | 1110000011011011100111001000000111100001101111101110000110110011 | e0db9c81e1bee1b3 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | àÛ??á?á? | 10001111101010111010001010001111101010101110010100111111001111111000111110101011101000010011111110001111101010111010000100111111 | 8faba28faae53f3f8faba13f8faba13f |
UTF-8 | àÛá¾á³ | 11000011101000001100001110011011110000101001110011000010100000011100001110100001110000101011111011000011101000011100001010110011 | c3a0c39bc29cc281c3a1c2bec3a1c2b3 |
UHC | ?????¾?³ | 00111111001111110011111100111111001111111010100011111010001111111010100111111000 | 3f3f3f3f3fa8fa3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)