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 | 莊o秋葯 | 1110010010110101100000101000111110001111010010001110010011011110 | e4b5828f8f48e4de |
EUC-JP | 莊o秋葯 | 1110100010110111101000111110111110111101101010011110100011100000 | e8b7a3efbda9e8e0 |
UTF-8 | 莊o秋葯 | 111010001000111010001010111011111011110110001111111001111010011110001011111010001001000110101111 | e88e8aefbd8fe7a78be891af |
UHC | 莊o秋葯 | 1110110111110110101000111110111111110101110101011110010110110101 | edf6a3eff5d5e5b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)