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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蝴?偕 | 1110010110011010001111111001100011110001 | e59a3f98f1 |
EUC-JP | 蝴?偕 | 1110100111111010001111111101000011110011 | e9fa3fd0f3 |
UTF-8 | 蝴렫偕 | 111010001001110110110100111010111010000010101011111001011000000110010101 | e89db4eba0abe58195 |
UHC | 蝴렫偕 | 111110111101110110001110101110011111101010100101 | fbdd8eb9faa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)