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 | 100100001110001111100111110101110111101101100100 | 90e3e7d77b64 |
EUC-JP | 舌釋{d | 110000001110010111101110110110010111101101100100 | c0e5eed97b64 |
UTF-8 | 舌釋{d | 1110100010001000100011001110100110000111100010110111101101100100 | e8888ce9878b7b64 |
UHC | 舌釋{d | 111000001101111111100000101101110111101101100100 | e0dfe0b77b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)