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 | 羝推 | 11100011101101101001000010000100 | e3b69084 |
EUC-JP | 羝推 | 11100110101110001011111111100100 | e6b8bfe4 |
UTF-8 | 羝推 | 111001111011111010011101111001101000111010101000 | e7be9de68ea8 |
UHC | ?推 | 001111111111010111001111 | 3ff5cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)