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 | 而陌i | 100011101010011111101000100110011000001010001001 | 8ea7e8998289 |
EUC-JP | 而陌i | 101111001010100111101111111110011010001111101001 | bca9eff9a3e9 |
UTF-8 | 而陌i | 111010001000000010001100111010011001100110001100111011111011110110001001 | e8808ce9998cefbd89 |
UHC | 而陌i | 111011001011101111011000111010001010001111101001 | ecbbd8e8a3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)