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 | 00111111001111110111101101100100 | 3f3f7b64 |
SJIS-WIN | ?釋{d | 0011111111100111110101110111101101100100 | 3fe7d77b64 |
EUC-JP | ?釋{d | 0011111111101110110110010111101101100100 | 3feed97b64 |
UTF-8 | 聯釋{d | 1110111110100110100101111110100110000111100010110111101101100100 | efa697e9878b7b64 |
UHC | 聯釋{d | 111001101110000111100000101101110111101101100100 | e6e1e0b77b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)