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{^ | 0011111110011100101001100110111001111101001111111001110010100110011011100111101101011110 | 3f9ca66e7d3f9ca66e7b5e |
EUC-JP | ?惡n}?惡n{^ | 0011111111011000101010000110111001111101001111111101100010101000011011100111101101011110 | 3fd8a86e7d3fd8a86e7b5e |
UTF-8 | 먠惡n}먠惡n{^ | 1110101110101000101000001110011010000011101000010110111001111101111010111010100010100000111001101000001110100001011011100111101101011110 | eba8a0e683a16e7deba8a0e683a16e7b5e |
UHC | 먠惡n}먠惡n{^ | 10010000110111011110010011000010011011100111110110010000110111011110010011000010011011100111101101011110 | 90dde4c26e7d90dde4c26e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)