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 | 辱?└幼 | 10010000010010100011111110000100101001001001011101100011 | 904a3f84a49763 |
EUC-JP | 辱?└幼 | 10111111101010110011111110101000101001101100110111000100 | bfab3fa8a6cdc4 |
UTF-8 | 辱됰└幼 | 111010001011111010110001111010111001000010110000111000101001010010010100111001011011100110111100 | e8beb1eb90b0e29494e5b9bc |
UHC | 辱됰└幼 | 1110100110110100100010011110101110100110101001101110101011101010 | e9b489eba6a6eaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)