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????^ | 00111111010100100011111100111111001111110011111101011110 | 3f523f3f3f3f5e |
SJIS-WIN | ?R????^ | 00111111010100100011111100111111001111110011111101011110 | 3f523f3f3f3f5e |
EUC-JP | ?R????^ | 00111111010100100011111100111111001111110011111101011110 | 3f523f3f3f3f5e |
UTF-8 | 묧R묬묭묬묯^ | 1110101110101100101001110101001011101011101011001010110011101011101011001010110111101011101011001010110011101011101011001010111101011110 | ebaca752ebacacebacadebacacebacaf5e |
UHC | 묧R묬묭묬묯^ | 100100011111111001010010100100100100001110010010010001001001001001000011100100100100011001011110 | 91fe5292439244924392465e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)