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 | 遏ュ菫玲酪 | 111001111001111110101101111001001011111110010111111001101001011110001111 | e79fade4bf97e6978f |
EUC-JP | 遏ュ菫玲酪 | 11101110101000011000111010101101111010001100000111001110111010001100110111101111 | eea18eade8c1cee8cdef |
UTF-8 | 遏ュ菫玲酪 | 111010011000000110001111111011111011110110101101111010001000111110101011111001111000111010110010111010011000010110101010 | e9818fefbdade88fabe78eb2e985aa |
UHC | ??菫玲酪 | 0011111100111111110100001100101111010110101111001101010110101100 | 3f3fd0cbd6bcd5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)