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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 受嗽受嗽^ | 100011101111001110011010011101011000111011110011100110100111010101011110 | 8ef39a758ef39a755e |
EUC-JP | 受嗽受嗽^ | 101111001111010111010011110101101011110011110101110100111101011001011110 | bcf5d3d6bcf5d3d65e |
UTF-8 | 受嗽受嗽^ | 11100101100011111001011111100101100101111011110111100101100011111001011111100101100101111011110101011110 | e58f97e597bde58f97e597bd5e |
UHC | 受嗽受嗽^ | 111000011111010011100001111101011110000111110100111000011111010101011110 | e1f4e1f5e1f4e1f55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)