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 | 膓? | 111001000101010100111111 | e4553f |
EUC-JP | 膓鎣 | 1110011110110110100011111110010110110010 | e7b68fe5b2 |
UTF-8 | 膓鎣 | 111010001000011010010011111010011000111010100011 | e88693e98ea3 |
UHC | ?鎣 | 001111111111101110101111 | 3ffbaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)