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 | 倖絅?駭 | 10001100111101001110001101000100001111111110100101101110 | 8cf4e3443fe96e |
EUC-JP | 倖絅?駭 | 10111000111101101110010110100101001111111111000111001111 | b8f6e5a53ff1cf |
UTF-8 | 倖絅특駭 | 111001011000000010010110111001111011010110000101111011011000101010111001111010011010011110101101 | e58096e7b585ed8ab9e9a7ad |
UHC | 倖絅특駭 | 1111101010111000110011001110011111000110101011111111101010110100 | fab8cce7c6affab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)