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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?血離 | 0011111110001100100011001001011110100011 | 3f8c8c97a3 |
EUC-JP | ?血離 | 0011111110110111111011001100111010100101 | 3fb7eccea5 |
UTF-8 | 뤿血離 | 111010111010010010111111111010001010000110000000111010011001101110100010 | eba4bfe8a180e99ba2 |
UHC | 뤿血離 | 100011111110101111111010111011001101011111101110 | 8febfaecd7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)