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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 精???δ | 10010000101110000011111100111111001111111000001111000010 | 90b83f3f3f83c2 |
EUC-JP | 精???δ | 11000000101110100011111100111111001111111010011011000100 | c0ba3f3f3fa6c4 |
UTF-8 | 精렞롋댄δ | 1110011110110010101111101110101110100000100111101110101110100001100010111110101110001100100001001100111010110100 | e7b2beeba09eeba18beb8c84ceb4 |
UHC | 精렞롋댄δ | 11101111111100011000111010101111100011101101000110110100111011011010010111100100 | eff18eaf8ed1b4eda5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)