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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 忘伉 | 10010110010110011001100011000010 | 965998c2 |
EUC-JP | 忘伉 | 11001011101110101101000011000100 | cbbad0c4 |
UTF-8 | 忘伉 | 111001011011111110011000111001001011110010001001 | e5bf98e4bc89 |
UHC | 忘伉 | 11011000110011101111100111110010 | d8cef9f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)