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 | ???z?SG | 00111111001111110011111101111010001111110101001101000111 | 3f3f3f7a3f5347 |
SJIS-WIN | ???z?SG | 00111111001111110011111101111010001111110101001101000111 | 3f3f3f7a3f5347 |
EUC-JP | ???z?SG | 00111111001111110011111101111010001111110101001101000111 | 3f3f3f7a3f5347 |
UTF-8 | 묱묺묧z묯SG | 111010111010110010110001111010111010110010111010111010111010110010100111011110101110101110101100101011110101001101000111 | ebacb1ebacbaebaca77aebacaf5347 |
UHC | 묱묺묧z묯SG | 1001001001001000100100100100110110010001111111100111101010010010010001100101001101000111 | 9248924d91fe7a92465347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)