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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 﨓晗﨓 | 111110101110100011111010110101101111101011101000 | fae8fad6fae8 |
EUC-JP | ?晗? | 0011111110001111110000101011100000111111 | 3f8fc2b83f |
UTF-8 | 﨓晗﨓 | 111011111010100010010011111001101001100110010111111011111010100010010011 | efa893e69997efa893 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)