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}?R{^ | 00111111010100100111110100111111010100100111101101011110 | 3f527d3f527b5e |
SJIS-WIN | 但R}但R{^ | 100100100100000101010010011111011001001001000001010100100111101101011110 | 9241527d9241527b5e |
EUC-JP | 但R}但R{^ | 110000111010001001010010011111011100001110100010010100100111101101011110 | c3a2527dc3a2527b5e |
UTF-8 | 但R}但R{^ | 1110010010111101100001100101001001111101111001001011110110000110010100100111101101011110 | e4bd86527de4bd86527b5e |
UHC | 但R}但R{^ | 110100111010001101010010011111011101001110100011010100100111101101011110 | d3a3527dd3a3527b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)