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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 繹晳??\ | 11100011100010001111101011011001001111110011111101011100 | e388fad93f3f5c |
EUC-JP | 繹晳??\ | 1110010111101000100011111100001011000100001111110011111101011100 | e5e88fc2c43f3f5c |
UTF-8 | 繹晳黎曆\ | 11100111101110011011100111100110100110011011001111101111101001101000100111101111101001101000101101011100 | e7b9b9e699b3efa689efa68b5c |
UHC | 繹晳黎曆\ | 111001101011101011100000101011111110011010110001111001101011011101011100 | e6bae0afe6b1e6b75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)