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 | 五γ | 10001100110111001000001111000001 | 8cdc83c1 |
EUC-JP | 五γ | 10111000110111101010011011000011 | b8dea6c3 |
UTF-8 | 五γ | 1110010010111010100101001100111010110011 | e4ba94ceb3 |
UHC | 五γ | 11100111111010011010010111100011 | e7e9a5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)