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 | ûѲûI® | 1111101111010001100011101011001011111011010010011000111010101110 | fbd18eb2fb498eae |
SJIS-WIN | ?????I?? | 0011111100111111001111110011111100111111010010010011111100111111 | 3f3f3f3f3f493f3f |
EUC-JP | ûÑ??ûI?® | 10001111101010111110010110001111101010101101000000111111001111111000111110101011111001010100100100111111100011111010001011101110 | 8fabe58faad03f3f8fabe5493f8fa2ee |
UTF-8 | ûѲûI® | 110000111011101111000011100100011100001010001110110000101011001011000011101110110100100111000010100011101100001010101110 | c3bbc391c28ec2b2c3bb49c28ec2ae |
UHC | ???²?I?® | 00111111001111110011111110101001111101110011111101001001001111111010001011100111 | 3f3f3fa9f73f493fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)