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 | ç¬àü | 1000111111100111101011001110000011111100 | 8fe7ace0fc |
SJIS-WIN | ??¬?? | 001111110011111110000001110010100011111100111111 | 3f3f81ca3f3f |
EUC-JP | ?ç¬àü | 001111111000111110101011101011101010001011001100100011111010101110100010100011111010101111100100 | 3f8fabaea2cc8faba28fabe4 |
UTF-8 | ç¬àü | 11000010100011111100001110100111110000101010110011000011101000001100001110111100 | c28fc3a7c2acc3a0c3bc |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)