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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 糘」頤セ發 | 1110001011110010101000111110100011110011101111101110000110100010 | e2f2a3e8f3bee1a2 |
EUC-JP | 糘」頤セ發 | 11100100111101001000111010100011111100001111010110001110101111101110001010100100 | e4f48ea3f0f58ebee2a4 |
UTF-8 | 糘」頤セ發 | 111001111011001110011000111011111011110110100011111010011010000010100100111011111011110110111110111001111001100110111100 | e7b398efbda3e9a0a4efbdbee799bc |
UHC | ????發 | 001111110011111100111111001111111101101110100001 | 3f3f3f3fdba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)