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 | 邨ゑァュ邯 | 1110011110110101100000101110111110100111101011011110011110110110 | e7b582efa7ade7b6 |
EUC-JP | 邨ゑァュ邯 | 11101110101101111010010011110001100011101010011110001110101011011110111010111000 | eeb7a4f18ea78eadeeb8 |
UTF-8 | 邨ゑァュ邯 | 111010011000001010101000111000111000001010010001111011111011110110100111111011111011110110101101111010011000001010101111 | e982a8e38291efbda7efbdade982af |
UHC | 邨ゑ??邯 | 1111010110111110101010101111000100111111001111111100101011111011 | f5beaaf13f3fcafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)