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 | 咳懼}咳懼{^ | 1000101001010000100111001111010001111101100010100101000010011100111101000111101101011110 | 8a509cf47d8a509cf47b5e |
EUC-JP | 咳懼}咳懼{^ | 1011001110110001110110001111011001111101101100111011000111011000111101100111101101011110 | b3b1d8f67db3b1d8f67b5e |
UTF-8 | 咳懼}咳懼{^ | 111001011001001010110011111001101000011110111100011111011110010110010010101100111110011010000111101111000111101101011110 | e592b3e687bc7de592b3e687bc7b5e |
UHC | 咳懼}咳懼{^ | 1111101010100110110011111010101101111101111110101010011011001111101010110111101101011110 | faa6cfab7dfaa6cfab7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)