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洲脣 | 1110010011111010100000101000111110001111010001101110001111111010 | e4fa828f8f46e3fa |
EUC-JP | 蕣o洲脣 | 1110100011111100101000111110111110111101101001111110011011111100 | e8fca3efbda7e6fc |
UTF-8 | 蕣o洲脣 | 111010001001010110100011111011111011110110001111111001101011010010110010111010001000010010100011 | e895a3efbd8fe6b4b2e884a3 |
UHC | 蕣o洲脣 | 1110001011110010101000111110111111110001101111011110001011101110 | e2f2a3eff1bde2ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)