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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 熔瑙}熔瑙{^ | 1001011101101111111000001110110101111101100101110110111111100000111011010111101101011110 | 976fe0ed7d976fe0ed7b5e |
EUC-JP | 熔瑙}熔瑙{^ | 1100110111010000111000001110111101111101110011011101000011100000111011110111101101011110 | cdd0e0ef7dcdd0e0ef7b5e |
UTF-8 | 熔瑙}熔瑙{^ | 111001111000011010010100111001111001000110011001011111011110011110000110100101001110011110010001100110010111101101011110 | e78694e791997de78694e791997b5e |
UHC | 熔瑙}熔瑙{^ | 1110100111000010110100101100010101111101111010011100001011010010110001010111101101011110 | e9c2d2c57de9c2d2c57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)