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 | êRçb | 1110101001010010111001110110001010011111 | ea52e7629f |
SJIS-WIN | ?R?b? | 0011111101010010001111110110001000111111 | 3f523f623f |
EUC-JP | êRçb? | 100011111010101110110100010100101000111110101011101011100110001000111111 | 8fabb4528fabae623f |
UTF-8 | êRçb | 1100001110101010010100101100001110100111011000101100001010011111 | c3aa52c3a762c29f |
UHC | ?R?b? | 0011111101010010001111110110001000111111 | 3f523f623f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)