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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 隘ュ闍ヲミ」\ | 111010001010010110101101111010001000101110100110110100001010001101011100 | e8a5ade88ba6d0a35c |
EUC-JP | 隘ュ闍ヲミ」\ | 11110000101001111000111010101101111011111110101110001110101001101000111011010000100011101010001101011100 | f0a78eadefeb8ea68ed08ea35c |
UTF-8 | 隘ュ闍ヲミ」\ | 11101001100110101001100011101111101111011010110111101001100101111000110111101111101111011010011011101111101111101001000011101111101111011010001101011100 | e99a98efbdade9978defbda6efbe90efbda35c |
UHC | 隘?????\ | 1110010011110110001111110011111100111111001111110011111101011100 | e4f63f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)