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{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 緘睥N}緘睥N{^ | 11100011011001111110000111001100010011100111110111100011011001111110000111001100010011100111101101011110 | e367e1cc4e7de367e1cc4e7b5e |
EUC-JP | 緘睥N}緘睥N{^ | 11100101110010001110001011001110010011100111110111100101110010001110001011001110010011100111101101011110 | e5c8e2ce4e7de5c8e2ce4e7b5e |
UTF-8 | 緘睥N}緘睥N{^ | 1110011110110111100110001110011110011101101001010100111001111101111001111011011110011000111001111001110110100101010011100111101101011110 | e7b798e79da54e7de7b798e79da54e7b5e |
UHC | 緘?N}緘?N{^ | 1111100111100101001111110100111001111101111110011110010100111111010011100111101101011110 | f9e53f4e7df9e53f4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)