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 | 襪旧芥跌 | 1110011001000011100010111000110010001010010010001110011011101001 | e6438b8c8a48e6e9 |
EUC-JP | 襪旧芥跌 | 1110101110100100101101011110110010110011101010011110110011101011 | eba4b5ecb3a9eceb |
UTF-8 | 襪旧芥跌 | 111010001010010110101010111001101001011110100111111010001000101010100101111010001011011110001100 | e8a5aae697a7e88aa5e8b78c |
UHC | 襪?芥跌 | 11011000110010100011111111001011110011101111001011110110 | d8ca3fcbcef2f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)