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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蜿煉狛 | 111001011000111110010111111110011000110110011101 | e58f97f98d9d |
EUC-JP | 蜿煉狛 | 111010011110111111001110111110111011100111111101 | e9efcefbb9fd |
UTF-8 | 蜿煉狛 | 111010001001110010111111111001111000010110001001111001111000101110011011 | e89cbfe78589e78b9b |
UHC | ?煉? | 00111111110101101010000100111111 | 3fd6a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)