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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 疥沸 | 11100001011011011001010110100110 | e16d95a6 |
EUC-JP | 疥沸 | 11100001110011101100101010101000 | e1cecaa8 |
UTF-8 | 疥沸 | 111001111001011010100101111001101011001010111000 | e796a5e6b2b8 |
UHC | 疥沸 | 11001011110010101101110111110011 | cbcaddf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)