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{^ | 0011111110001001100110000110111001111101001111111000100110011000011011100111101101011110 | 3f89986e7d3f89986e7b5e |
EUC-JP | ?汚n}?汚n{^ | 0011111110110001111110000110111001111101001111111011000111111000011011100111101101011110 | 3fb1f86e7d3fb1f86e7b5e |
UTF-8 | 쏖汚n}쏖汚n{^ | 1110110010001111100101101110011010110001100110100110111001111101111011001000111110010110111001101011000110011010011011100111101101011110 | ec8f96e6b19a6e7dec8f96e6b19a6e7b5e |
UHC | 쏖汚n}쏖汚n{^ | 10011011111111001110011111111101011011100111110110011011111111001110011111111101011011100111101101011110 | 9bfce7fd6e7d9bfce7fd6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)