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 | ?豆 | 001111111001001110100100 | 3f93a4 |
EUC-JP | 馹豆 | 1000111111101001101000011100011010100110 | 8fe9a1c6a6 |
UTF-8 | 馹豆 | 111010011010011010111001111010001011000110000110 | e9a6b9e8b186 |
UHC | 馹豆 | 11101100111100011101010011100111 | ecf1d4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)