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 | 1110011110101111100011111110100010001000101110000111101101100100 | e7af8fe888b87b64 |
EUC-JP | 遽剰虻{d | 1110111010110001101111101110101010110000101110100111101101100100 | eeb1beeab0ba7b64 |
UTF-8 | 遽剰虻{d | 1110100110000001101111011110010110001001101100001110100010011001101110110111101101100100 | e981bde589b0e899bb7b64 |
UHC | 遽??{d | 110010111110100000111111001111110111101101100100 | cbe83f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)