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 | ¼³¼c^ | 101111001011001110111100101011010110001101011110 | bcb3bcad635e |
SJIS-WIN | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
EUC-JP | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
UTF-8 | ¼³¼c^ | 11000010101111001100001010110011110000101011110011000010101011010110001101011110 | c2bcc2b3c2bcc2ad635e |
UHC | ¼³¼c^ | 10101000111110011010100111111000101010001111100110100001101010010110001101011110 | a8f9a9f8a8f9a1a9635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)