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 | 逑壌、楢ェ | 1110011110010011100011111110101110100100100100111110100010101010 | e7938feba493e8aa |
EUC-JP | 逑壌、楢ェ | 11101101111100111011111011101101100011101010010011000110111010101000111010101010 | edf3beed8ea4c6ea8eaa |
UTF-8 | 逑壌、楢ェ | 111010011000000010010001111001011010001110001100111011111011110110100100111001101010010110100010111011111011110110101010 | e98091e5a38cefbda4e6a5a2efbdaa |
UHC | 逑??楢? | 11001111110001110011111100111111111010101111100100111111 | cfc73f3feaf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)