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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 莊o酋h莊 | 111001001011010110000010100011111000111101010101011010001110010010110101 | e4b5828f8f5568e4b5 |
EUC-JP | 莊o酋h莊 | 111010001011011110100011111011111011110110110110011010001110100010110111 | e8b7a3efbdb668e8b7 |
UTF-8 | 莊o酋h莊 | 11101000100011101000101011101111101111011000111111101001100001011000101101101000111010001000111010001010 | e88e8aefbd8fe9858b68e88e8a |
UHC | 莊o酋h莊 | 111011011111011010100011111011111111010111011100011010001110110111110110 | edf6a3eff5dc68edf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)