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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 雲?\}雲?\{^ | 1000100101011111001111110101110001111101100010010101111100111111010111000111101101011110 | 895f3f5c7d895f3f5c7b5e |
EUC-JP | 雲?\}雲?\{^ | 1011000111000000001111110101110001111101101100011100000000111111010111000111101101011110 | b1c03f5c7db1c03f5c7b5e |
UTF-8 | 雲젯\}雲젯\{^ | 1110100110011011101100101110110010100000101011110101110001111101111010011001101110110010111011001010000010101111010111000111101101011110 | e99bb2eca0af5c7de99bb2eca0af5c7b5e |
UHC | 雲젯\}雲젯\{^ | 11101010101000111100000110101100010111000111110111101010101000111100000110101100010111000111101101011110 | eaa3c1ac5c7deaa3c1ac5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)