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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 膺?\}膺?\{^ | 1110010001011110001111110101110001111101111001000101111000111111010111000111101101011110 | e45e3f5c7de45e3f5c7b5e |
EUC-JP | 膺?\}膺?\{^ | 1110011110111111001111110101110001111101111001111011111100111111010111000111101101011110 | e7bf3f5c7de7bf3f5c7b5e |
UTF-8 | 膺퍴\}膺퍴\{^ | 1110100010000110101110101110110110001101101101000101110001111101111010001000011010111010111011011000110110110100010111000111101101011110 | e886baed8db45c7de886baed8db45c7b5e |
UHC | 膺퍴\}膺퍴\{^ | 11101011111011001011110001001011010111000111110111101011111011001011110001001011010111000111101101011110 | ebecbc4b5c7debecbc4b5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)