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 | ²û²û^ | 10110010111110111001101010110010111110111001100001011110 | b2fb9ab2fb985e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?û??û?^ | 0011111110001111101010111110010100111111001111111000111110101011111001010011111101011110 | 3f8fabe53f3f8fabe53f5e |
UTF-8 | ²û²û^ | 11000010101100101100001110111011110000101001101011000010101100101100001110111011110000101001100001011110 | c2b2c3bbc29ac2b2c3bbc2985e |
UHC | ²??²??^ | 101010011111011100111111001111111010100111110111001111110011111101011110 | a9f73f3fa9f73f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)