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{^ | 1001001011110100001111110101011101111101100100101111010000111111010101110111101101011110 | 92f43f577d92f43f577b5e |
EUC-JP | 碇?W}碇?W{^ | 1100010011110110001111110101011101111101110001001111011000111111010101110111101101011110 | c4f63f577dc4f63f577b5e |
UTF-8 | 碇렯W}碇렯W{^ | 1110011110100010100001111110101110100000101011110101011101111101111001111010001010000111111010111010000010101111010101110111101101011110 | e7a287eba0af577de7a287eba0af577b5e |
UHC | 碇렯W}碇렯W{^ | 11101111111011011000111010111100010101110111110111101111111011011000111010111100010101110111101101011110 | efed8ebc577defed8ebc577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)