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{^ | 0011111111101001011110100110111001111101001111111110100101111010011011100111101101011110 | 3fe97a6e7d3fe97a6e7b5e |
EUC-JP | ?騷n}?騷n{^ | 0011111111110001110110110110111001111101001111111111000111011011011011100111101101011110 | 3ff1db6e7d3ff1db6e7b5e |
UTF-8 | 쏰騷n}쏰騷n{^ | 1110110010001111101100001110100110101000101101110110111001111101111011001000111110110000111010011010100010110111011011100111101101011110 | ec8fb0e9a8b76e7dec8fb0e9a8b76e7b5e |
UHC | 쏰騷n}쏰騷n{^ | 10011100010011111110000111010011011011100111110110011100010011111110000111010011011011100111101101011110 | 9c4fe1d36e7d9c4fe1d36e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)