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 | 雋ー隍・ | 111010001011001010110000111010001010010010100101 | e8b2b0e8a4a5 |
EUC-JP | 雋ー隍・ | 1111000010110100100011101011000011110000101001101000111010100101 | f0b48eb0f0a68ea5 |
UTF-8 | 雋ー隍・ | 111010011001101110001011111011111011110110110000111010011001101010001101111011111011110110100101 | e99b8befbdb0e99a8defbda5 |
UHC | 雋?隍? | 111100011110011000111111111111001101101100111111 | f1e63ffcdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)