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 | 五γ? | 1000110011011100100000111100000100111111 | 8cdc83c13f |
EUC-JP | 五γ? | 1011100011011110101001101100001100111111 | b8dea6c33f |
UTF-8 | 五γ룢 | 1110010010111010100101001100111010110011111010111010001110100010 | e4ba94ceb3eba3a2 |
UHC | 五γ룢 | 111001111110100110100101111000111000111110011011 | e7e9a5e38f9b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)