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 | 謳埜}謳埜{^ | 1110011010010000100101000101011101111101111001101001000010010100010101110111101101011110 | e69094577de69094577b5e |
EUC-JP | 謳埜}謳埜{^ | 1110101111110000110001111011100001111101111010111111000011000111101110000111101101011110 | ebf0c7b87debf0c7b87b5e |
UTF-8 | 謳埜}謳埜{^ | 111010001010110010110011111001011001111110011100011111011110100010101100101100111110010110011111100111000111101101011110 | e8acb3e59f9c7de8acb3e59f9c7b5e |
UHC | 謳?}謳?{^ | 110011111100010000111111011111011100111111000100001111110111101101011110 | cfc43f7dcfc43f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)