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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 辰綻其箪] | 100100100100001110010010010111011001000110110100100100100101110001011101 | 9243925d91b4925c5d |
EUC-JP | 辰綻其箪] | 110000111010010011000011101111101100001010110110110000111011110101011101 | c3a4c3bec2b6c3bd5d |
UTF-8 | 辰綻其箪] | 11101000101111101011000011100111101101101011101111100101100001011011011011100111101011101010101001011101 | e8beb0e7b6bbe585b6e7aeaa5d |
UHC | 辰綻其?] | 1111001011100011111101111010101011010000111011000011111101011101 | f2e3f7aad0ec3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)