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 | ?_ | 0011111101011111 | 3f5f |
SJIS-WIN | 但_ | 100100100100000101011111 | 92415f |
EUC-JP | 但_ | 110000111010001001011111 | c3a25f |
UTF-8 | 但_ | 11100100101111011000011001011111 | e4bd865f |
UHC | 但_ | 110100111010001101011111 | d3a35f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)