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{^ | 0011111110001010010011010110111001111101001111111000101001001101011011100111101101011110 | 3f8a4d6e7d3f8a4d6e7b5e |
EUC-JP | ?凱n}?凱n{^ | 0011111110110011101011100110111001111101001111111011001110101110011011100111101101011110 | 3fb3ae6e7d3fb3ae6e7b5e |
UTF-8 | 聆凱n}聆凱n{^ | 1110111110100110101100001110010110000111101100010110111001111101111011111010011010110000111001011000011110110001011011100111101101011110 | efa6b0e587b16e7defa6b0e587b16e7b5e |
UHC | 聆凱n}聆凱n{^ | 11100111110001111100101111000010011011100111110111100111110001111100101111000010011011100111101101011110 | e7c7cbc26e7de7c7cbc26e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)