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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 義?W}義?W{^ | 1000101101100000001111110101011101111101100010110110000000111111010101110111101101011110 | 8b603f577d8b603f577b5e |
EUC-JP | 義?W}義?W{^ | 1011010111000001001111110101011101111101101101011100000100111111010101110111101101011110 | b5c13f577db5c13f577b5e |
UTF-8 | 義렢W}義렢W{^ | 1110011110111110101010011110101110100000101000100101011101111101111001111011111010101001111010111010000010100010010101110111101101011110 | e7bea9eba0a2577de7bea9eba0a2577b5e |
UHC | 義렢W}義렢W{^ | 11101011111110011000111010110011010101110111110111101011111110011000111010110011010101110111101101011110 | ebf98eb3577debf98eb3577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)