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 | 襪旧芥覯 | 1110011001000011100010111000110010001010010010001110011001010001 | e6438b8c8a48e651 |
EUC-JP | 襪旧芥覯 | 1110101110100100101101011110110010110011101010011110101110110010 | eba4b5ecb3a9ebb2 |
UTF-8 | 襪旧芥覯 | 111010001010010110101010111001101001011110100111111010001000101010100101111010001010011010101111 | e8a5aae697a7e88aa5e8a6af |
UHC | 襪?芥? | 110110001100101000111111110010111100111000111111 | d8ca3fcbce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)