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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 髷懈エセ\ | 11101001100111101001110011100110101101001011111001011100 | e99e9ce6b4be5c |
EUC-JP | 髷懈エセ\ | 111100011111111011011000111010001000111010110100100011101011111001011100 | f1fed8e88eb48ebe5c |
UTF-8 | 髷懈エセ\ | 11101001101010111011011111100110100001111000100011101111101111011011010011101111101111011011111001011100 | e9abb7e68788efbdb4efbdbe5c |
UHC | ?懈??\ | 001111111111101010101011001111110011111101011100 | 3ffaab3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)