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 | ?f?N}?f?N{^ | 0011111101100110001111110100111001111101001111110110011000111111010011100111101101011110 | 3f663f4e7d3f663f4e7b5e |
SJIS-WIN | ?f?N}?f?N{^ | 0011111101100110001111110100111001111101001111110110011000111111010011100111101101011110 | 3f663f4e7d3f663f4e7b5e |
EUC-JP | ?f?N}?f?N{^ | 0011111101100110001111110100111001111101001111110110011000111111010011100111101101011110 | 3f663f4e7d3f663f4e7b5e |
UTF-8 | 묨f묨N}묨f묨N{^ | 11101011101011001010100001100110111010111010110010101000010011100111110111101011101011001010100001100110111010111010110010101000010011100111101101011110 | ebaca866ebaca84e7debaca866ebaca84e7b5e |
UHC | 묨f묨N}묨f묨N{^ | 100100100100000101100110100100100100000101001110011111011001001001000001011001101001001001000001010011100111101101011110 | 92416692414e7d92416692414e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)