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 | 鬘ッ繧句椏 | 111010011010000110101111111000111000001010001011111001011001111010010011 | e9a1afe3828be59e93 |
EUC-JP | 鬘ッ繧句椏 | 11110010101000111000111010101111111001011110001010110110111001111101101111110011 | f2a38eafe5e2b6e7dbf3 |
UTF-8 | 鬘ッ繧句椏 | 111010011010110010011000111011111011110110101111111001111011100110100111111001011000111110100101111001101010010010001111 | e9ac98efbdafe7b9a7e58fa5e6a48f |
UHC | ???句? | 001111110011111100111111110011111010001100111111 | 3f3f3fcfa33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)