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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 釭璽釭ヘ」 | 1111101110111101100011101010001111111011101111011100110110100011 | fbbd8ea3fbbdcda3 |
EUC-JP | 釭璽釭ヘ」 | 100011111110001110101111101111001010010110001111111000111010111110001110110011011000111010100011 | 8fe3afbca58fe3af8ecd8ea3 |
UTF-8 | 釭璽釭ヘ」 | 111010011000011110101101111001111001001010111101111010011000011110101101111011111011111010001101111011111011110110100011 | e987ade792bde987adefbe8defbda3 |
UHC | ?璽??? | 001111111101111111011110001111110011111100111111 | 3fdfde3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)