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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 寡?寡?B | 10001001110001110011111110001001110001110011111101000010 | 89c73f89c73f42 |
EUC-JP | 寡?寡?B | 10110010110010010011111110110010110010010011111101000010 | b2c93fb2c93f42 |
UTF-8 | 寡째寡째B | 11100101101011111010000111101100101001111011100011100101101011111010000111101100101001111011100001000010 | e5afa1eca7b8e5afa1eca7b842 |
UHC | 寡째寡째B | 110011011111101111000010101100001100110111111011110000101011000001000010 | cdfbc2b0cdfbc2b042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)