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{^ | 1000111110101001101010010110111001111101100011111010100110101001011011100111101101011110 | 8fa9a96e7d8fa9a96e7b5e |
EUC-JP | 娼ゥn}娼ゥn{^ | 10111110101010111000111010101001011011100111110110111110101010111000111010101001011011100111101101011110 | beab8ea96e7dbeab8ea96e7b5e |
UTF-8 | 娼ゥn}娼ゥn{^ | 1110010110101000101111001110111110111101101010010110111001111101111001011010100010111100111011111011110110101001011011100111101101011110 | e5a8bcefbda96e7de5a8bcefbda96e7b5e |
UHC | 娼?n}娼?n{^ | 1111001111011110001111110110111001111101111100111101111000111111011011100111101101011110 | f3de3f6e7df3de3f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)