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 | 管虞}管虞{^ | 1000101011000111100010111111000101111101100010101100011110001011111100010111101101011110 | 8ac78bf17d8ac78bf17b5e |
EUC-JP | 管虞}管虞{^ | 1011010011001001101101101111001101111101101101001100100110110110111100110111101101011110 | b4c9b6f37db4c9b6f37b5e |
UTF-8 | 管虞}管虞{^ | 111001111010111010100001111010001001100110011110011111011110011110101110101000011110100010011001100111100111101101011110 | e7aea1e8999e7de7aea1e8999e7b5e |
UHC | 管虞}管虞{^ | 1100111010110111111010011110010101111101110011101011011111101001111001010111101101011110 | ceb7e9e57dceb7e9e57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)