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{^ | 1000111110010101001111110101011101111101100011111001010100111111010101110111101101011110 | 8f953f577d8f953f577b5e |
EUC-JP | 助?W}助?W{^ | 1011110111110101001111110101011101111101101111011111010100111111010101110111101101011110 | bdf53f577dbdf53f577b5e |
UTF-8 | 助렞W}助렞W{^ | 1110010110001010101010011110101110100000100111100101011101111101111001011000101010101001111010111010000010011110010101110111101101011110 | e58aa9eba09e577de58aa9eba09e577b5e |
UHC | 助렞W}助렞W{^ | 11110000101111101000111010101111010101110111110111110000101111101000111010101111010101110111101101011110 | f0be8eaf577df0be8eaf577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)