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 | 莊o秋 | 111001001011010110000010100011111000111101001000 | e4b5828f8f48 |
EUC-JP | 莊o秋 | 111010001011011110100011111011111011110110101001 | e8b7a3efbda9 |
UTF-8 | 莊o秋 | 111010001000111010001010111011111011110110001111111001111010011110001011 | e88e8aefbd8fe7a78b |
UHC | 莊o秋 | 111011011111011010100011111011111111010111010101 | edf6a3eff5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)