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 | 艇◇艇●^ | 100100101111100010000001100111101001001011111000100000011001110001011110 | 92f8819e92f8819c5e |
EUC-JP | 艇◇艇●^ | 110001001111101010100001111111101100010011111010101000011111110001011110 | c4faa1fec4faa1fc5e |
UTF-8 | 艇◇艇●^ | 11101000100010011000011111100010100101111000011111101000100010011000011111100010100101111000111101011110 | e88987e29787e88987e2978f5e |
UHC | 艇◇艇●^ | 111011111111001110100001110111101110111111110011101000011101110001011110 | eff3a1deeff3a1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)