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 | 100011101100001011000001101101100111101101100100 | 8ec2c1b67b64 |
EUC-JP | 篠チカ{d | 1011110011000100100011101100000110001110101101100111101101100100 | bcc48ec18eb67b64 |
UTF-8 | 篠チカ{d | 1110011110101111101000001110111110111110100000011110111110111101101101100111101101100100 | e7afa0efbe81efbdb67b64 |
UHC | 篠??{d | 111000011100011000111111001111110111101101100100 | e1c63f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)