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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髷懃ァ倪酪 | 111010011001111010011100111001111010011110011000111000101001011110001111 | e99e9ce7a798e2978f |
EUC-JP | 髷懃ァ倪酪 | 11110001111111101101100011101001100011101010011111010000111001001100110111101111 | f1fed8e98ea7d0e4cdef |
UTF-8 | 髷懃ァ倪酪 | 111010011010101110110111111001101000011110000011111011111011110110100111111001011000000010101010111010011000010110101010 | e9abb7e68783efbda7e580aae985aa |
UHC | ?懃?倪酪 | 0011111111010000110001000011111111100111110100101101010110101100 | 3fd0c43fe7d2d5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)