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{^ | 0011111110011000010111110110111001111101001111111001100001011111011011100111101101011110 | 3f985f6e7d3f985f6e7b5e |
EUC-JP | ?論n}?論n{^ | 0011111111001111110000000110111001111101001111111100111111000000011011100111101101011110 | 3fcfc06e7d3fcfc06e7b5e |
UTF-8 | 樂論n}樂論n{^ | 1110111110100110101111111110100010101011100101100110111001111101111011111010011010111111111010001010101110010110011011100111101101011110 | efa6bfe8ab966e7defa6bfe8ab966e7b5e |
UHC | 樂論n}樂論n{^ | 11101000111110011101011011100101011011100111110111101000111110011101011011100101011011100111101101011110 | e8f9d6e56e7de8f9d6e56e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)