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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 塢??欲 | 100110101100011100111111001111111001011101111110 | 9ac73f3f977e |
EUC-JP | 塢??欲 | 110101001100100100111111001111111100110111011111 | d4c93f3fcddf |
UTF-8 | 塢놄솱欲 | 111001011010000110100010111010111000011010000100111011001000011010110001111001101010110010110010 | e5a1a2eb8684ec86b1e6acb2 |
UHC | 塢놄솱欲 | 1110011111110001100001101110111010011001101001101110100110110000 | e7f186ee99a6e9b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)