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 | 張??莊 | 100100101010001100111111001111111110010010110101 | 92a33f3fe4b5 |
EUC-JP | 張??莊 | 110001001010010100111111001111111110100010110111 | c4a53f3fe8b7 |
UTF-8 | 張섓풕莊 | 111001011011110010110101111011001000010010010011111011011001001010010101111010001000111010001010 | e5bcb5ec8493ed9295e88e8a |
UHC | 張섓풕莊 | 1110110111100101100110001110111110111110100110001110110111110110 | ede598efbe98edf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)