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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 竣?ず削洌^ | 10001111011101100011111110000010101110001000110111101101100111111010111001011110 | 8f763f82b88ded9fae5e |
EUC-JP | 竣?ず削洌^ | 10111101110101110011111110100100101110101011101011101111110111101011000001011110 | bdd73fa4babaefdeb05e |
UTF-8 | 竣찮ず削洌^ | 11100111101010111010001111101100101100001010111011100011100000011001101011100101100010011000101011100110101101001000110001011110 | e7aba3ecb0aee3819ae5898ae6b48c5e |
UHC | 竣찮ず削洌^ | 1111000111100010110000101111101010101010101110101101111011111011110101101010110001011110 | f1e2c2faaabadefbd6ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)