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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 艇鋼艇鋼^ | 100100101111100010001101011111001001001011111000100011010111110001011110 | 92f88d7c92f88d7c5e |
EUC-JP | 艇鋼艇鋼^ | 110001001111101010111001110111011100010011111010101110011101110101011110 | c4fab9ddc4fab9dd5e |
UTF-8 | 艇鋼艇鋼^ | 11101000100010011000011111101001100010111011110011101000100010011000011111101001100010111011110001011110 | e88987e98bbce88987e98bbc5e |
UHC | 艇鋼艇鋼^ | 111011111111001111001011101111001110111111110011110010111011110001011110 | eff3cbbceff3cbbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)