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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 葎孛尅h | 10010111101010001001101101110101100110111001000101101000 | 97a89b759b9168 |
EUC-JP | 葎孛尅h | 11001110101010101101010111010110110101011111000101101000 | ceaad5d6d5f168 |
UTF-8 | 葎孛尅h | 11101000100100011000111011100101101011011001101111100101101100001000010101101000 | e8918ee5ad9be5b08568 |
UHC | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)