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