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 | 11100100100000101000100110000111100010111011100101101000 | e48289878bb968 |
EUC-JP | 艪援胸h | 11100111111000101011000111100111101101101011101101101000 | e7e2b1e7b6bb68 |
UTF-8 | 艪援胸h | 11101000100010011010101011100110100011111011010011101000100000111011100001101000 | e889aae68fb4e883b868 |
UHC | ?援胸h | 001111111110101010110101111111011101100001101000 | 3feab5fdd868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)