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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | 鋌?鋌?B | 100011111110010010111011001111111000111111100100101110110011111101000010 | 8fe4bb3f8fe4bb3f42 |
UTF-8 | 鋌렱鋌렱B | 11101001100010111000110011101011101000001011000111101001100010111000110011101011101000001011000101000010 | e98b8ceba0b1e98b8ceba0b142 |
UHC | 鋌렱鋌렱B | 111011111111101110001110101111101110111111111011100011101011111001000010 | effb8ebeeffb8ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)