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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬣緋キ | 1110100110100101100101001110101010110111 | e9a594eab7 |
EUC-JP | 鬣緋キ | 111100101010011111001000111011001000111010110111 | f2a7c8ec8eb7 |
UTF-8 | 鬣緋キ | 111010011010110010100011111001111011011110001011111011111011110110110111 | e9aca3e7b78befbdb7 |
UHC | ?緋? | 00111111110111011111110000111111 | 3fddfc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)