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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 肛矩蒐瘋 | 1110001111101000100010111110100110001111010011101110000110000110 | e3e88be98f4ee186 |
EUC-JP | 肛矩蒐瘋 | 1110011011101010101101101110101110111101101011111110000111100110 | e6eab6ebbdafe1e6 |
UTF-8 | 肛矩蒐瘋 | 111010001000001010011011111001111001111110101001111010001001001010010000111001111001100010001011 | e8829be79fa9e89290e7988b |
UHC | 肛矩蒐? | 11111001111111011100111110111011111000101011110100111111 | f9fdcfbbe2bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)