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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豎貘眷潁肄 | 11100110101100011110011011000000111000011100010110011111111100011110001111100101 | e6b1e6c0e1c59ff1e3e5 |
EUC-JP | 豎貘眷潁肄 | 11101100101100111110110011000010111000101100011111011110111100111110011011100111 | ecb3ecc2e2c7def3e6e7 |
UTF-8 | 豎貘眷潁肄 | 111010001011000110001110111010001011001010011000111001111001110010110111111001101011110110000001111010001000001010000100 | e8b18ee8b298e79cb7e6bd81e88284 |
UHC | ??眷潁肄 | 0011111100111111110011111110111111100111101110001110110010111101 | 3f3fcfefe7b8ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)