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 | ymym^ | 10010011011110010110110110010011011110010110110101011110 | 93796d93796d5e |
SJIS-WIN | ?ym?ym^ | 00111111011110010110110100111111011110010110110101011110 | 3f796d3f796d5e |
EUC-JP | ?ym?ym^ | 00111111011110010110110100111111011110010110110101011110 | 3f796d3f796d5e |
UTF-8 | ymym^ | 110000101001001101111001011011011100001010010011011110010110110101011110 | c293796dc293796d5e |
UHC | ?ym?ym^ | 00111111011110010110110100111111011110010110110101011110 | 3f796d3f796d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)