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 | 雖千ー」 | 111001011010101110010000111001111011000010100011 | e5ab90e7b0a3 |
EUC-JP | 雖千ー」 | 1110101010101101110000001110100110001110101100001000111010100011 | eaadc0e98eb08ea3 |
UTF-8 | 雖千ー」 | 111010011001101110010110111001011000110110000011111011111011110110110000111011111011110110100011 | e99b96e58d83efbdb0efbda3 |
UHC | 雖千?? | 111000101100110011110100101101100011111100111111 | e2ccf4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)