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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 畏?] | 10001000110110000011111101011101 | 88d83f5d |
EUC-JP | 畏?] | 10110000110110100011111101011101 | b0da3f5d |
UTF-8 | 畏튓] | 11100111100101011000111111101101100010101001001101011101 | e7958fed8a935d |
UHC | 畏튓] | 1110100011100110101110100100010101011101 | e8e6ba455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)