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 | 11101000111111101011100001101000 | e8feb868 |
SJIS-WIN | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
EUC-JP | èþ¸h | 10001111101010111011001010001111101010011101000010001111101000101011000101101000 | 8fabb28fa9d08fa2b168 |
UTF-8 | èþ¸h | 11000011101010001100001110111110110000101011100001101000 | c3a8c3bec2b868 |
UHC | ?þ¸h | 001111111010100110101101101000101010110001101000 | 3fa9ada2ac68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)