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 | 懶棗}懶棗{^ | 1001110011101111100111101010010101111101100111001110111110011110101001010111101101011110 | 9cef9ea57d9cef9ea57b5e |
EUC-JP | 懶棗}懶棗{^ | 1101100011110001110111001010011101111101110110001111000111011100101001110111101101011110 | d8f1dca77dd8f1dca77b5e |
UTF-8 | 懶棗}懶棗{^ | 111001101000011110110110111001101010001110010111011111011110011010000111101101101110011010100011100101110111101101011110 | e687b6e6a3977de687b6e6a3977b5e |
UHC | 懶棗}懶棗{^ | 1101010011111011111100001100101001111101110101001111101111110000110010100111101101011110 | d4fbf0ca7dd4fbf0ca7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)