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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ルネ莪フイ^ | 11011001110010001110010010101110110011001011001001011110 | d9c8e4aeccb25e |
EUC-JP | ルネ莪フイ^ | 1000111011011001100011101100100011101000101100001000111011001100100011101011001001011110 | 8ed98ec8e8b08ecc8eb25e |
UTF-8 | ルネ莪フイ^ | 11101111101111101001100111101111101111101000100011101000100011101010101011101111101111101000110011101111101111011011001001011110 | efbe99efbe88e88eaaefbe8cefbdb25e |
UHC | ??莪??^ | 00111111001111111110010010110101001111110011111101011110 | 3f3fe4b53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)