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{^ | 1000100101100101001111110101011101111101100010010110010100111111010101110111101101011110 | 89653f577d89653f577b5e |
EUC-JP | 影?W}影?W{^ | 1011000111000110001111110101011101111101101100011100011000111111010101110111101101011110 | b1c63f577db1c63f577b5e |
UTF-8 | 影똩W}影똩W{^ | 1110010110111101101100011110101110011000101010010101011101111101111001011011110110110001111010111001100010101001010101110111101101011110 | e5bdb1eb98a9577de5bdb1eb98a9577b5e |
UHC | 影똩W}影똩W{^ | 11100111101011111000110001101011010101110111110111100111101011111000110001101011010101110111101101011110 | e7af8c6b577de7af8c6b577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)