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 | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | 臾?Ёwh | 11100100011010110011111110000100010001100111011101101000 | e46b3f84467768 |
EUC-JP | 臾?Ёwh | 11100111110011000011111110100111101001110111011101101000 | e7cc3fa7a77768 |
UTF-8 | 臾곕Ёwh | 11101000100001111011111011101010101100111001010111010000100000010111011101101000 | e887beeab395d0817768 |
UHC | 臾곕Ёwh | 1110101110101100101100001110101110101100101001110111011101101000 | ebacb0ebaca77768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)