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 | レ「莖ェイ^ | 11011010101000101110010010110001101010101011001001011110 | daa2e4b1aab25e |
EUC-JP | レ「莖ェイ^ | 1000111011011010100011101010001011101000101100111000111010101010100011101011001001011110 | 8eda8ea2e8b38eaa8eb25e |
UTF-8 | レ「莖ェイ^ | 11101111101111101001101011101111101111011010001011101000100011101001011011101111101111011010101011101111101111011011001001011110 | efbe9aefbda2e88e96efbdaaefbdb25e |
UHC | ??莖??^ | 00111111001111111100110011101100001111110011111101011110 | 3f3fccec3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)