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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 譴ウn}譴ウn{^ | 1110011010100010101100110110111001111101111001101010001010110011011011100111101101011110 | e6a2b36e7de6a2b36e7b5e |
EUC-JP | 譴ウn}譴ウn{^ | 11101100101001001000111010110011011011100111110111101100101001001000111010110011011011100111101101011110 | eca48eb36e7deca48eb36e7b5e |
UTF-8 | 譴ウn}譴ウn{^ | 1110100010101101101101001110111110111101101100110110111001111101111010001010110110110100111011111011110110110011011011100111101101011110 | e8adb4efbdb36e7de8adb4efbdb36e7b5e |
UHC | 譴?n}譴?n{^ | 1100110010111001001111110110111001111101110011001011100100111111011011100111101101011110 | ccb93f6e7dccb93f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)