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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 式鱶ム」 | 1111000111100001100011101010111011101001111001101101000110100011 | f1e18eaee9e6d1a3 |
EUC-JP | ?式鱶ム」 | 001111111011110010110000111100101110100010001110110100011000111010100011 | 3fbcb0f2e88ed18ea3 |
UTF-8 | 式鱶ム」 | 111011101000010110011100111001011011110010001111111010011011000110110110111011111011111010010001111011111011110110100011 | ee859ce5bc8fe9b1b6efbe91efbda3 |
UHC | ?式??? | 001111111110001111010010001111110011111100111111 | 3fe3d23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)