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 | 10001000110101101110011101101010001111110111101101100100 | 88d6e76a3f7b64 |
EUC-JP | 椅輕?{d | 10110000110110001110110111001011001111110111101101100100 | b0d8edcb3f7b64 |
UTF-8 | 椅輕밸{d | 1110011010100100100001011110100010111100100101011110101110110000101110000111101101100100 | e6a485e8bc95ebb0b87b64 |
UHC | 椅輕밸{d | 1110101111110101110011001110111010111001111010110111101101100100 | ebf5cceeb9eb7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)