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 | ??E}??E{^ | 001111110011111101000101011111010011111100111111010001010111101101011110 | 3f3f457d3f3f457b5e |
SJIS-WIN | ?述E}?述E{^ | 0011111110001111011100010100010101111101001111111000111101110001010001010111101101011110 | 3f8f71457d3f8f71457b5e |
EUC-JP | ?述E}?述E{^ | 0011111110111101110100100100010101111101001111111011110111010010010001010111101101011110 | 3fbdd2457d3fbdd2457b5e |
UTF-8 | 룵述E}룵述E{^ | 1110101110100011101101011110100010111111101100000100010101111101111010111010001110110101111010001011111110110000010001010111101101011110 | eba3b5e8bfb0457deba3b5e8bfb0457b5e |
UHC | 룵述E}룵述E{^ | 10001111101010101110001011111011010001010111110110001111101010101110001011111011010001010111101101011110 | 8faae2fb457d8faae2fb457b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)