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 | 111010011111001111100111010110101110100111110011111001110101101001000010 | e9f3e75ae9f3e75a42 |
EUC-JP | 鴣躬鴣躬B | 111100101111010111101101101110111111001011110101111011011011101101000010 | f2f5edbbf2f5edbb42 |
UTF-8 | 鴣躬鴣躬B | 11101001101101001010001111101000101110101010110011101001101101001010001111101000101110101010110001000010 | e9b4a3e8baace9b4a3e8baac42 |
UHC | ?躬?躬B | 00111111110011111110010100111111110011111110010101000010 | 3fcfe53fcfe542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)