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 | ???{d | 0011111100111111001111110111101101100100 | 3f3f3f7b64 |
SJIS-WIN | 耶??{d | 100101101110101100111111001111110111101101100100 | 96eb3f3f7b64 |
EUC-JP | 耶??{d | 110011001110110100111111001111110111101101100100 | cced3f3f7b64 |
UTF-8 | 耶⑸쇀{d | 1110100010000000101101101110001010010001101110001110110010000111100000000111101101100100 | e880b6e291b8ec87807b64 |
UHC | 耶⑸쇀{d | 1110010110101101101010011110101110011001101101000111101101100100 | e5ada9eb99b47b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)