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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 尅抃痍^ | 10011011100100011001110101010110111000010111011101011110 | 9b919d56e1775e |
EUC-JP | 尅抃痍^ | 11010101111100011101100110110111111000011101100001011110 | d5f1d9b7e1d85e |
UTF-8 | 尅抃痍^ | 11100101101100001000010111100110100010101000001111100111100101111000110101011110 | e5b085e68a83e7978d5e |
UHC | ??痍^ | 0011111100111111111011001011011101011110 | 3f3fecb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)