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 | 10011000110111111110011101101010001111110111101101100100 | 98dfe76a3f7b64 |
EUC-JP | 倚輕?{d | 11010000111000011110110111001011001111110111101101100100 | d0e1edcb3f7b64 |
UTF-8 | 倚輕밥{d | 1110010110000000100110101110100010111100100101011110101110110000101001010111101101100100 | e5809ae8bc95ebb0a57b64 |
UHC | 倚輕밥{d | 1110101111101111110011001110111010111001111001000111101101100100 | ebefcceeb9e47b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)