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{^ | 0011111110001111010010010101011101111101001111111000111101001001010101110111101101011110 | 3f8f49577d3f8f49577b5e |
EUC-JP | ?終W}?終W{^ | 0011111110111101101010100101011101111101001111111011110110101010010101110111101101011110 | 3fbdaa577d3fbdaa577b5e |
UTF-8 | 룵終W}룵終W{^ | 1110101110100011101101011110011110110101100000100101011101111101111010111010001110110101111001111011010110000010010101110111101101011110 | eba3b5e7b582577deba3b5e7b582577b5e |
UHC | 룵終W}룵終W{^ | 10001111101010101111000011111011010101110111110110001111101010101111000011111011010101110111101101011110 | 8faaf0fb577d8faaf0fb577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)