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 | 辱?┐苑 | 10010000010010100011111110000100101000101000100110010001 | 904a3f84a28991 |
EUC-JP | 辱?┐苑 | 10111111101010110011111110101000101001001011000111110001 | bfab3fa8a4b1f1 |
UTF-8 | 辱됰┐苑 | 111010001011111010110001111010111001000010110000111000101001010010010000111010001000101110010001 | e8beb1eb90b0e29490e88b91 |
UHC | 辱됰┐苑 | 1110100110110100100010011110101110100110101001001110101010111101 | e9b489eba6a4eabd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)