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 | 蟷ス岺沓 | 11100101101110011011110111111010101011011000110001000010 | e5b9bdfaad8c42 |
EUC-JP | 蟷ス岺沓 | 111010101011101110001110101111011000111110111011101110001011011110100011 | eabb8ebd8fbbb8b7a3 |
UTF-8 | 蟷ス岺沓 | 111010001001111110110111111011111011110110111101111001011011001010111010111001101011001010010011 | e89fb7efbdbde5b2bae6b293 |
UHC | ??岺沓 | 001111110011111111010110101110011101001111001011 | 3f3fd6b9d3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)