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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 箚爿^ | 1110001010110010111000001010101101011110 | e2b2e0ab5e |
EUC-JP | 箚爿^ | 1110010010110100111000001010110101011110 | e4b4e0ad5e |
UTF-8 | 箚爿^ | 11100111101011101001101011100111100010001011111101011110 | e7ae9ae788bf5e |
UHC | 箚?^ | 11110011101100000011111101011110 | f3b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)