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 | ?\?? | 00111111010111000011111100111111 | 3f5c3f3f |
SJIS-WIN | 巽\辿続 | 10010010010001100101110010010010010010001001000110110001 | 92465c924891b1 |
EUC-JP | 巽\辿続 | 11000011101001110101110011000011101010011100001010110011 | c3a75cc3a9c2b3 |
UTF-8 | 巽\辿続 | 11100101101101111011110101011100111010001011111010111111111001111011011010011010 | e5b7bd5ce8bebfe7b69a |
UHC | 巽\?? | 1110000111011110010111000011111100111111 | e1de5c3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)