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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 恂?燔陝衛B | 10011100100101100011111111100000100110001110100010011111100010010111000101000010 | 9c963fe098e89f897142 |
EUC-JP | 恂?燔陝衛B | 11010111111101100011111111011111111110001111000010100001101100011101001001000010 | d7f63fdff8f0a1b1d242 |
UTF-8 | 恂뤾燔陝衛B | 11100110100000011000001011101011101001001011111011100111100001111001010011101001100110011001110111101000101000011001101101000010 | e68182eba4bee78794e9999de8a19b42 |
UHC | 恂뤾燔陝衛B | 1110001011100001100011111110101011011011111000101110000011101101111010101101101101000010 | e2e18feadbe2e0edeadb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)