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_o_]^ | 10011000010111110101001010011000010111110110111110011000010111110101110101011110 | 985f52985f6f985f5d5e |
SJIS-WIN | ?_R?_o?_]^ | 00111111010111110101001000111111010111110110111100111111010111110101110101011110 | 3f5f523f5f6f3f5f5d5e |
EUC-JP | ?_R?_o?_]^ | 00111111010111110101001000111111010111110110111100111111010111110101110101011110 | 3f5f523f5f6f3f5f5d5e |
UTF-8 | _R_o_]^ | 11000010100110000101111101010010110000101001100001011111011011111100001010011000010111110101110101011110 | c2985f52c2985f6fc2985f5d5e |
UHC | ?_R?_o?_]^ | 00111111010111110101001000111111010111110110111100111111010111110101110101011110 | 3f5f523f5f6f3f5f5d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)