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?Q}?R?Q{^ | 0011111101010010001111110101000101111101001111110101001000111111010100010111101101011110 | 3f523f517d3f523f517b5e |
SJIS-WIN | ?R?Q}?R?Q{^ | 0011111101010010001111110101000101111101001111110101001000111111010100010111101101011110 | 3f523f517d3f523f517b5e |
EUC-JP | ?R?Q}?R?Q{^ | 0011111101010010001111110101000101111101001111110101001000111111010100010111101101011110 | 3f523f517d3f523f517b5e |
UTF-8 | 묧R묭Q}묧R묭Q{^ | 11101011101011001010011101010010111010111010110010101101010100010111110111101011101011001010011101010010111010111010110010101101010100010111101101011110 | ebaca752ebacad517debaca752ebacad517b5e |
UHC | 묧R묭Q}묧R묭Q{^ | 100100011111111001010010100100100100010001010001011111011001000111111110010100101001001001000100010100010111101101011110 | 91fe529244517d91fe529244517b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)