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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 狐耕?齬螳^ | 10001100110011111000110101101011001111111110101010010111111001011010111001011110 | 8ccf8d6b3fea97e5ae5e |
EUC-JP | 狐耕?齬螳^ | 10111000110100011011100111001100001111111111001111110111111010101011000001011110 | b8d1b9cc3ff3f7eab05e |
UTF-8 | 狐耕깥齬螳^ | 11100111100010111001000011101000100000001001010111101010101110011010010111101001101111011010110011101000100111101011001101011110 | e78b90e88095eab9a5e9bdace89eb35e |
UHC | 狐耕깥齬螳^ | 1111101111001111110011001110100110110001111110011110010111100001110100111101100101011110 | fbcfcce9b1f9e5e1d3d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)