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 | 矣?吻 | 1110000111100001001111111001010110101011 | e1e13f95ab |
EUC-JP | 矣?吻 | 1110001011100011001111111100101010101101 | e2e33fcaad |
UTF-8 | 矣댄吻 | 111001111001111110100011111010111000110010000100111001011001000010111011 | e79fa3eb8c84e590bb |
UHC | 矣댄吻 | 111010111111100010110100111011011101100111111100 | ebf8b4edd9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)