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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 褞磯ウエ | 111001011111000010001000111010011011001110110100 | e5f088e9b3b4 |
EUC-JP | 褞磯ウエ | 1110101011110010101100001110101110001110101100111000111010110100 | eaf2b0eb8eb38eb4 |
UTF-8 | 褞磯ウエ | 111010001010010010011110111001111010001110101111111011111011110110110011111011111011110110110100 | e8a49ee7a3afefbdb3efbdb4 |
UHC | ?磯?? | 0011111111010001101101000011111100111111 | 3fd1b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)