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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ?饍[?饍[^ | 0011111110001111111010001110110101011011001111111000111111101000111011010101101101011110 | 3f8fe8ed5b3f8fe8ed5b5e |
UTF-8 | 셗饍[셗饍[^ | 111011001000010110010111111010011010010110001101010110111110110010000101100101111110100110100101100011010101101101011110 | ec8597e9a58d5bec8597e9a58d5b5e |
UHC | 셗饍[셗饍[^ | 1001100101011010111000001101011101011011100110010101101011100000110101110101101101011110 | 995ae0d75b995ae0d75b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)