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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 衍??揖η? | 100111111010010100111111001111111001011101001011100000111100010100111111 | 9fa53f3f974b83c53f |
EUC-JP | 衍??揖η? | 110111101010011100111111001111111100110110101100101001101100011100111111 | dea73f3fcdaca6c73f |
UTF-8 | 衍곗룊揖η독 | 1110100010100001100011011110101010110011100101111110101110100011100010101110011010001111100101101100111010110111111010111000111110000101 | e8a18deab397eba38ae68f96ceb7eb8f85 |
UHC | 衍곗룊揖η독 | 111001101110001010110000111011001000111110001001111010111110011110100101111001111011010110110110 | e6e2b0ec8f89ebe7a5e7b5b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)