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 | ??????\^ | 0011111100111111001111110011111100111111001111110101110001011110 | 3f3f3f3f3f3f5c5e |
SJIS-WIN | シタシッ湿鴫\^ | 10111100110000001011110010101111100011101011110010001110101100000101110001011110 | bcc0bcaf8ebc8eb05c5e |
EUC-JP | シタシッ湿鴫\^ | 1000111010111100100011101100000010001110101111001000111010101111101111001011111010111100101100100101110001011110 | 8ebc8ec08ebc8eafbcbebcb25c5e |
UTF-8 | シタシッ湿鴫\^ | 1110111110111101101111001110111110111110100000001110111110111101101111001110111110111101101011111110011010111001101111111110100110110100101010110101110001011110 | efbdbcefbe80efbdbcefbdafe6b9bfe9b4ab5c5e |
UHC | ??????\^ | 0011111100111111001111110011111100111111001111110101110001011110 | 3f3f3f3f3f3f5c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)