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 | 悌瓏?裸 | 10010010111011101110000011111010001111111001011110000111 | 92eee0fa3f9787 |
EUC-JP | 悌瓏?裸 | 11000100111100001110000011111100001111111100110111100111 | c4f0e0fc3fcde7 |
UTF-8 | 悌瓏렓裸 | 111001101000001010001100111001111001001110001111111010111010000010010011111010001010001110111000 | e6828ce7938feba093e8a3b8 |
UHC | 悌瓏렓裸 | 1111000010101010110101101110101010001110101010001101010110100011 | f0aad6ea8ea8d5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)