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 | 醤モ曺・\ | 10001111110111011101001111111010110111101010010101011100 | 8fddd3fadea55c |
EUC-JP | 醤モ曺・\ | 10111110110111111000111011010011100011111100001011101101100011101010010101011100 | bedf8ed38fc2ed8ea55c |
UTF-8 | 醤モ曺・\ | 11101001100001101010010011101111101111101001001111100110100110111011101011101111101111011010010101011100 | e986a4efbe93e69bbaefbda55c |
UHC | ??曺?\ | 001111110011111111110000110001100011111101011100 | 3f3ff0c63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)