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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | オ侒n}オ侒n{^ | 1011010111111010011011110110111001111101101101011111101001101111011011100111101101011110 | b5fa6f6e7db5fa6f6e7b5e |
EUC-JP | オ侒n}オ侒n{^ | 100011101011010110001111101100011010011101101110011111011000111010110101100011111011000110100111011011100111101101011110 | 8eb58fb1a76e7d8eb58fb1a76e7b5e |
UTF-8 | オ侒n}オ侒n{^ | 1110111110111101101101011110010010111110100100100110111001111101111011111011110110110101111001001011111010010010011011100111101101011110 | efbdb5e4be926e7defbdb5e4be926e7b5e |
UHC | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)