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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 激柵}激柵{^ | 1000110010000011100011011111001001111101100011001000001110001101111100100111101101011110 | 8c838df27d8c838df27b5e |
EUC-JP | 激柵}激柵{^ | 1011011111100011101110101111010001111101101101111110001110111010111101000111101101011110 | b7e3baf47db7e3baf47b5e |
UTF-8 | 激柵}激柵{^ | 111001101011111110000000111001101001111110110101011111011110011010111111100000001110011010011111101101010111101101011110 | e6bf80e69fb57de6bf80e69fb57b5e |
UHC | 激柵}激柵{^ | 1100110010101101111100111111110101111101110011001010110111110011111111010111101101011110 | ccadf3fd7dccadf3fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)