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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 郁?煜? | 100010001110100000111111111110110101010100111111 | 88e83ffb553f |
EUC-JP | 郁?煜? | 10110000111010100011111110001111110010011111110000111111 | b0ea3f8fc9fc3f |
UTF-8 | 郁렪煜렖 | 111010011000001110000001111010111010000010101010111001111000010110011100111010111010000010010110 | e98381eba0aae7859ceba096 |
UHC | 郁렪煜렖 | 1110100111110100100011101011100011101001111100101000111010101011 | e9f48eb8e9f28eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)