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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阨キ鄒咤 | 11101000100101011011011111100111101111101001101001000010 | e895b7e7be9a42 |
EUC-JP | 阨キ鄒咤 | 1110111111110101100011101011011111101110110000001101001110100011 | eff58eb7eec0d3a3 |
UTF-8 | 阨キ鄒咤 | 111010011001100010101000111011111011110110110111111010011000010010010010111001011001001010100100 | e998a8efbdb7e98492e592a4 |
UHC | ??鄒咤 | 001111110011111111110101110110111111011011100011 | 3f3ff5dbf6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)