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 | ???^Q] | 001111110011111100111111010111100101000101011101 | 3f3f3f5e515d |
SJIS-WIN | 恁??^Q] | 10011100100011000011111100111111010111100101000101011101 | 9c8c3f3f5e515d |
EUC-JP | 恁??^Q] | 11010111111011000011111100111111010111100101000101011101 | d7ec3f3f5e515d |
UTF-8 | 恁⑹껴^Q] | 111001101000000110000001111000101001000110111001111010101011101110110100010111100101000101011101 | e68181e291b9eabbb45e515d |
UHC | 恁⑹껴^Q] | 111011001111011010101001111011001011001010111000010111100101000101011101 | ecf6a9ecb2b85e515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)