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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 癌先~ | 1000101011100000100100001110011001111110 | 8ae090e67e |
EUC-JP | 癌先~ | 1011010011100010110000001110100001111110 | b4e2c0e87e |
UTF-8 | 癌先~ | 11100111100110011000110011100101100001011000100001111110 | e7998ce585887e |
UHC | 癌先~ | 1110010011011111111000001011101101111110 | e4dfe0bb7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)