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 | 豁ェ繧狩僑 | 111001101010110110101010111000111000001010001110111010111000101110100001 | e6adaae3828eeb8ba1 |
EUC-JP | 豁ェ繧狩僑 | 11101100101011111000111010101010111001011110001010111100111011011011011010100011 | ecaf8eaae5e2bcedb6a3 |
UTF-8 | 豁ェ繧狩僑 | 111010001011000110000001111011111011110110101010111001111011100110100111111001111000101110101001111001011000001110010001 | e8b181efbdaae7b9a7e78ba9e58391 |
UHC | 豁??狩僑 | 1111110011000011001111110011111111100010101011011100111011100000 | fcc33f3fe2adcee0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)