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 | ÙæöË | 11011001111001101111011011001011 | d9e6f6cb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÙæöË | 100011111010101011100011100011111010100111000001100011111010101111010011100011111010101010110011 | 8faae38fa9c18fabd38faab3 |
UTF-8 | ÙæöË | 1100001110011001110000111010011011000011101101101100001110001011 | c399c3a6c3b6c38b |
UHC | ?æ?? | 0011111110101001101000010011111100111111 | 3fa9a13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)