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 | ?◇?●^ | 00111111100000011001111000111111100000011001110001011110 | 3f819e3f819c5e |
EUC-JP | ?◇?●^ | 00111111101000011111111000111111101000011111110001011110 | 3fa1fe3fa1fc5e |
UTF-8 | 裏◇裏●^ | 11101111101001111010011111100010100101111000011111101111101001111010011111100010100101111000111101011110 | efa7a7e29787efa7a7e2978f5e |
UHC | 裏◇裏●^ | 111011001100000010100001110111101110110011000000101000011101110001011110 | ecc0a1deecc0a1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)