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 | 荳ケ莉匁酪 | 111001001011100010111001111001001011101110010110111001101001011110001111 | e4b8b9e4bb96e6978f |
EUC-JP | 荳ケ莉匁酪 | 11101000101110101000111010111001111010001011110111001100111010001100110111101111 | e8ba8eb9e8bdcce8cdef |
UTF-8 | 荳ケ莉匁酪 | 111010001000110110110011111011111011110110111001111010001000111010001001111001011000110010000001111010011000010110101010 | e88db3efbdb9e88e89e58c81e985aa |
UHC | 荳?莉?酪 | 1101010011100101001111111101011111101001001111111101010110101100 | d4e53fd7e93fd5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)