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 | ù®Ô²] | 1111100110101110110101001011001001011101 | f9aed4b25d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ù®Ô?] | 1000111110101011111000111000111110100010111011101000111110101010110101000011111101011101 | 8fabe38fa2ee8faad43f5d |
UTF-8 | ù®Ô²] | 110000111011100111000010101011101100001110010100110000101011001001011101 | c3b9c2aec394c2b25d |
UHC | ?®?²] | 00111111101000101110011100111111101010011111011101011101 | 3fa2e73fa9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)