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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 性性[性性[^ | 1001000010101011100100001010101101011011100100001010101110010000101010110101101101011110 | 90ab90ab5b90ab90ab5b5e |
EUC-JP | 性性[性性[^ | 1100000010101101110000001010110101011011110000001010110111000000101011010101101101011110 | c0adc0ad5bc0adc0ad5b5e |
UTF-8 | 性性[性性[^ | 111001101000000010100111111001101000000010100111010110111110011010000000101001111110011010000000101001110101101101011110 | e680a7e680a75be680a7e680a75b5e |
UHC | 性性[性性[^ | 1110000011110101111000001111010101011011111000001111010111100000111101010101101101011110 | e0f5e0f55be0f5e0f55b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)